form: selectBasic HTML select element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: multiple fieldsGenerates rows with inputs based on the selected fields
Default: form. If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action A function per field, this allows you to generate custom HTML for the selected field. For example when you would like to show a different input than the one selected by default. Disables all the inputs at once Class that is being used for the labels
Default:
col-4
Class that is being used for the inputs
Default:
col-8
Default:
col-4 col-form-label
form: searchbarSearchbar component able to search through a storage in the backend
The storage to search through An array with objects to search through. Field that will be selected from the row as an input value Field to save the selected fields in. It will be an object of the row that was selected by the user Fields to select from the row to save in the form Applies the given validation to the element, overwrites attributes given in the attributes popup. As the searchbar can store multiple values, only the required will be checked If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
Query that will be applied by default. This can be used to restrict what the user can search for. disables the dropdown being shown form: code editorCreates a code editor based on the ace module
Field to save the value in Which language should be used. Example: html, css, javascript How many spaces should be used on tab form: numpadA panel with buttons for each number. Easy for mobile users to fill in a pincode
Field to save the value in If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: checkboxBasic HTML checkbox element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
This needs to be set to true if the field is an array and the given value should be pushed into that array Used in combination with the in array in pin. If given will push the value into the array. If not given, true and false will be used. form: custom checkboxCustom stylable checkbox element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: text inputBasic HTML text input element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: custom radioCustom stylable radio element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: radioBasic HTML radio element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: textareaBasic HTML textarea element
Field to save the value in Applies the given validation to the element, overwrites attributes given in the attributes popup If this is set the validation will be saved with that validation id. The id can be used then later used in the form validate flow action
Default:
form
form: text editorCreates a text editor based on the quill module
Field to save the value in