mirror of
https://github.com/discourse/discourse.git
synced 2025-01-06 08:23:43 +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** |
||
---|---|---|
.. | ||
select-kit | ||
ace-editor-test.js.es6 | ||
admin-report-test.js.es6 | ||
badge-title-test.js.es6 | ||
d-button-test.js.es6 | ||
d-editor-test.js.es6 | ||
d-icon-test.js.es6 | ||
date-input-test.js.es6 | ||
date-time-input-range-test.js.es6 | ||
date-time-input-test.js.es6 | ||
group-membership-button-test.js.es6 | ||
image-uploader-test.js.es6 | ||
keyboard-shortcuts-test.js.es6 | ||
load-more-test.js.es6 | ||
secret-value-list-test.js.es6 | ||
share-button-test.js.es6 | ||
share-button.js.es6 | ||
text-field-test.js.es6 | ||
text-overflow-test.js.es6 | ||
time-input-test.js.es6 | ||
user-selector-test.js.es6 | ||
value-list-test.js.es6 |