Adds additional configuration options that influence how the inpoot input looks like.
property Property name | property Property values or type | descriptionDescription |
---|---|---|
placeholder | String | Places the specified text to the input field as a placeholder. The placeholder text disappears once the user starts typing to this input field. This gives a the user the hint of the expected value. |
title | String | Displays the specified text when a the user hovers the mouse over the field label. |
helpText | String | Displays a question mark icon next to the input field label and displays the specified text. |
helpLink | String | Displays a question mark icon next to the field label and displays the "Learn more" link when a user hovers the mouse over the icon. Clicking on the "Learn more" text will open the specified destination. |
customAttributeName | String | Creates the custom name data attribute in the form’s HTML. The resulting HTML: data-custom-AttributeName="AttributeValue". |
customAttributeValue | String | Creates the custom value data attribute in the form’s HTML. For example, data-custom-AttributeName="AttributeValue". |
flex | integer | How much space should the element take out of a row. Define how the element will grow or shrink to fit the space available. (only for InputType 'ROW') |