Form Component

Description

Component gives you the possibilities to build form with endless configuration options. You can easly build flexible solution based on your problem scenario. Every form is collection of rows. Each of them can be different.

  • Easy configuration
  • Group support
  • Simple row validation
  • Row validation based on other elements
  • Rich amount of predefined validations and row child components
  • Easy to customize and mix rows in the form
  • Required field

Modes

In definition of validation you have to define when the field should be validated. There are three modes:

  • ON_CONTENT_CHANGE
  • ON_SUBMIT
  • ON_FOCUS_CHANGE

Event:

  • DataCollected

List of base row elements:

  • ActionSwitch
  • EditAction
  • DatePicker
  • EditTextAreaAction
  • AutoCompleteEditAction