...
The package can be installed via npm empower-inputs:
Code Block |
---|
npm i empower-inputs |
...
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://gitlabbitbucket.comorg/empowerteams/empower-custom-inputs.git/src/master/
NPM Package: https://www.npmjs.com/package/empower-inputs
...