Skip to main content

InputGroup

Input box that allows user to write or select from, the user can add buttons before or after the input for better clarity. Since the input group is only used in bootstrap, the current theme must be a bootstrap theme and not a material theme.

PropertyDescription
Input TypeColor, Date, Date Time, Email, Month, Number, Password, Search, Phone, Text, Time, URL, Week
Input ModeNone, Text, Decimal, Numeric, Telephone, Search, Email, URL
Read-onlyUnable to edit box
Use ValidationCheckbox to allow validation use
Use Validation – Filter Typepint (positive integer), int, pnum (positive number), money, num, hex (hexadecimal), email, alpha (alphabetical), alphanum (alphanumerical), regex (regular expression)
Use Validation – Validation OnlyValidates when a key is pressed and triggered event
Use Validation – CheckWholeExpressionValidates complete text and raises event. Depending on Validate Only only in connection with RegEx
Use Validation – MessageDisplays message if validation failed
Use Key Down DelayActivate Key Down Delay (Delay is in ms)
UseFloatingLabelOnly in connection with Bootstrap ThemeWhen the clicks on the text box, the placeholder is moved to above the box.
Exclusive eventDescription
Text ChangedWhen entering text and confirming it with the enter key
KeyPressWhen a key is entered (Obsolete)
KeyDownWhen a key is entered
KeyUpWhen the key is no longer pressed
ValidationFailedWhen the text validation specified fails