Constructor
# <SimpleSelect />
A reusable select component
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
values |
array | An array containing the values that can be selected |
|
text |
string |
<optional> |
Label of the select component |
propagateValue |
func | A function handler to propagate values changes to the parent |
|
name |
string | Name of the attribute which will be propagated to its parent component |