mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 16:41:18 +08:00
0431942f3d
This new iteration of select-kit focuses on following best principales and disallowing mutations inside select-kit components. A best effort has been made to avoid breaking changes, however if you content was a flat array, eg: ["foo", "bar"] You will need to set valueProperty=null and nameProperty=null on the component. Also almost every component should have an `onChange` handler now to decide what to do with the updated data. **select-kit will not mutate your data by itself anymore** |
||
---|---|---|
.. | ||
homepage-preview.js.es6 | ||
image-preview-favicon.js.es6 | ||
image-preview-large-icon.js.es6 | ||
image-preview-logo-small.js.es6 | ||
image-preview-logo.js.es6 | ||
invite-list-user.js.es6 | ||
invite-list.js.es6 | ||
popular-themes.js.es6 | ||
radio-button.js.es6 | ||
staff-count.js.es6 | ||
theme-preview.js.es6 | ||
theme-previews.js.es6 | ||
wizard-canvas.js.es6 | ||
wizard-field-dropdown.js.es6 | ||
wizard-field-image.js.es6 | ||
wizard-field-radio.js.es6 | ||
wizard-field-textarea.js.es6 | ||
wizard-field.js.es6 | ||
wizard-image-preview.js.es6 | ||
wizard-step-form.js.es6 | ||
wizard-step.js.es6 |