Skip to main content

Text Input

TextInput component collect a simple text.

Several properties can be used to control the text

  • placeholderText: A Localized Text to define the placeholder text
  • inputMaxWidth: Maximum width of the element
  • maxLength: Max length of the response
  • transformLetterCaseTo : transform response case (accepted values : 'upper', 'lower')
Only online

MultilineTextInput

This component allow to collect several lines of text.

Only online

Numeric Input

NumericInput is dedicated to collect numbers

Min and max range can be defined in the componentProperties field. These fields can be a literal number (e.g. 120) or an Expression returning a number to define the range dynamically.

Only online