...
Parameter | Data Type | Constraint | Description |
---|---|---|---|
id | String | Required | Set It set the id for the select. |
type | String | Required | Set It set the type of component to display if multiple select drop down will be use.be use options:
|
options | Array | Required | Set It sets the data to display in the drop down selection. It should consist of:
|
placeholder | String | Optional | Set It displays the placeholder of the select. |
label | String | Optional | Set It displays the title/ label of the select. |
value | Array | Required | Set It sets the value that selected in drop down. |
disabled | Boolean | Optional | Set It sets if the select is should be disable or not. |
required | Boolean | Optional | Set It sets to display asterisk ('*') or not. |
🔹 References
Repository Link: https://gitlab.com/empowerteams/empower-inputs.git
...