Skip to content
Snippets Groups Projects
Verified Commit f969c0b0 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

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.
parent 0f9f65e1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment