{namespace registry.soy.forms autoescape="strict"} /** * Input field. * @param name Input field name. * @param? item This will be used to set default value with $item[$name]. * @param? label Input field label. * @param? placeholder Placeholder text. */ {template .inputField} {/template} /** * Input field in a table row. * @param name Input field name. * @param? item This will be used to set default value with $item[$name]. * @param? itemPrefix * @param? namePrefix * @param? label Input field label. * @param? description Input field description. * @param? placeholder Placeholder text. * @param? readonly */ {template .inputFieldRow}