-
- Downloads
feat: Add placeholder support for select filter (Issue #316)
- Created `development/issues/closed/316.html` to document and showcase the placeholder feature added to the `monster-select`. - Implemented `development/issues/closed/316.mjs` to include any necessary JavaScript functionality for the select component. - Added mock data for testing in `development/mock/issue-316.js`, including a dataset that the select filter can utilize, facilitating development and testing. - Enhanced the select component in `source/components/form/select.mjs` to handle the new placeholder attributes for the filter options and configured various components to handle remote fetching of options. - Updated related styles in `source/components/form/style/select.pcss` and `source/components/form/stylesheet/select.mjs`, ensuring the placeholders are visually integrated and styled consistently. These changes address the need for more informative placeholder instructions in the select filters to improve the user experience, especially for remote data loading scenarios.
Showing
- development/issues/closed/316.html 155 additions, 0 deletionsdevelopment/issues/closed/316.html
- development/issues/closed/316.mjs 15 additions, 0 deletionsdevelopment/issues/closed/316.mjs
- development/mock/issue-316.js 81 additions, 0 deletionsdevelopment/mock/issue-316.js
- source/components/form/select.mjs 2711 additions, 2287 deletionssource/components/form/select.mjs
- source/components/form/style/select.pcss 7 additions, 5 deletionssource/components/form/style/select.pcss
- source/components/form/stylesheet/select.mjs 7 additions, 14 deletionssource/components/form/stylesheet/select.mjs
- source/types/version.mjs 1 addition, 1 deletionsource/types/version.mjs
Loading
Please register or sign in to comment