String and Objects
C1 MVC's input module includes several controls for entering and editing strings:
-
ComboBox: Combines an input element with a drop-down list and provides as-you-type search, making it quick and easy to find items in long lists. Use it to enter strings or to select objects from lists.
For example, select a country:
-
AutoComplete: Extends the ComboBox to provide as-you-type async loading of items and a customizable search algorithm. Use it to select items from large datasets on the server.
For example, type 'land' or 'uni':
-
InputMask: Provides character-level validation by allowing you to specify a mask composed of templates that constrain each character typed by the user.
For example, type a phone number: