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.wrapperAttrsA map of attrs to be passed to the DOM element wrapping the<select>
Other attributes are passed directly to the <select> element rendered to the DOM.
Method Summary
| Public Methods | ||
| public |
view(): * |
|
Reference
Source
