mirror of
https://github.com/flarum/core.git
synced 2025-06-25 04:02:33 +02:00
Bundled output for commit 3130e3de5e
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
* - `onchange` A callback to run when the selected value is changed.
|
||||
* - `value` The value of the selected option.
|
||||
* - `disabled` Disabled state for the input.
|
||||
* - `wrapperAttrs` A 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.
|
||||
*/
|
||||
export default class Select extends Component<import("../Component").ComponentAttrs> {
|
||||
constructor();
|
||||
|
Reference in New Issue
Block a user