Select
Extends:
src/common/Component.js~Component → Select
The Select component displays a <select> input, surrounded with some extra
elements for styling. It accepts the following attrs:
optionsA map of option values to labels.onchangeA callback to run when the selected value is changed.valueThe value of the selected option.disabledDisabled state for the input.
Method Summary
| Public Methods | ||
| public |
view(): * |
|
Reference
Source
