UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

14 lines (13 loc) 335 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.default=function(ctx) { var __t, __p = '', __j = Array.prototype.join; function print() { __p += __j.call(arguments, '') } if (ctx.selected) { ; __p += ((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t); } ; __p += '\n'; return __p }