-
- Downloads
feat: Introduce enhanced select component and archive issue 322
Summary of changes - Added a new multiselect component in closed issue 316 for better user interface and interaction. - Renamed issue 322 from open to closed, with changes reflecting updated URL for fetching data. - Modified the mock data structure in issue 322 to use an array for dataset and cleaned it up by removing unnecessary fields. - Improved the select component's data handling logic in `select.mjs` to manage selections more effectively. - The addition of the multiselect component aims to expand functionality and improve user experience. - Archiving issue 322 means we can now better manage our issue tracker by distinguishing resolved issues. - The update in dataset structure ensures consistency and ease of use in data manipulation, while the removal of clutter helps maintain clarity. - Adjusting the `select.mjs` logic for fetching the appropriate selections improves the performance and reliability of our form handling.
Showing
- development/issues/closed/316.html 21 additions, 0 deletionsdevelopment/issues/closed/316.html
- development/issues/closed/322.html 1 addition, 2 deletionsdevelopment/issues/closed/322.html
- development/issues/closed/322.mjs 0 additions, 0 deletionsdevelopment/issues/closed/322.mjs
- development/mock/issue-322.js 55 additions, 242 deletionsdevelopment/mock/issue-322.js
- source/components/form/select.mjs 32 additions, 10 deletionssource/components/form/select.mjs
Loading
Please register or sign in to comment