🔹 Description
To followInput is a component wherein the user can type in or select the data they want to choose. This component can be displayed in several ways, depending on the type attribute.
...
🔹System Dependencies
...
Parent Parameter | Sub Parameter | Data Type | Constraint |
---|---|---|---|
config | JSON Object | Required | |
id | String | Required | |
type | String | Required | |
label | String | Optional | |
value | String | Required | |
placeholder | String | Optional | |
maxLength | Integer | Optional | |
readOnly | Boolean | Optional | |
disabled | Boolean | Optional | |
required | Boolean | Optional | |
info | JSON Object / String | Optional | |
allowedChar | JSON Object | Optional | |
alphabet | Boolean | Optional | |
numeric | Boolean | Optional | |
space | Boolean | Optional | |
allowedSymbols | Array (String) | Optional | |
customClass | String | Optional | |
onChanged | Event Method | Required | |
onBlured | Event Method | Optional |
🔹 References
Repository Link: https://gitlabbitbucket.comorg/empowerteams/empower-inputs.git
NPM Package: npm: empower-inputs
...