-
- Downloads
fix: Add new HTML and JS files for issue #322 investigation.
- Created `322.html` which includes a select component for identifying issues with selecting an integer and an empty value. - Added `322.mjs` script for handling the necessary imports and functionalities related to the select element. - Introduced `issue-322.js` mock data file to simulate responses for testing the new functionality. - Refactored some parts of existing `select.mjs` file to maintain coding consistency. - The changes provide a clearer interface for understanding the interactions that occur when empty values are involved with the integer-select feature, facilitating debugging and further development.
Showing
- development/issues/open/322.html 55 additions, 0 deletionsdevelopment/issues/open/322.html
- development/issues/open/322.mjs 15 additions, 0 deletionsdevelopment/issues/open/322.mjs
- development/mock/issue-322.js 289 additions, 0 deletionsdevelopment/mock/issue-322.js
- source/components/form/select.mjs 2740 additions, 2729 deletionssource/components/form/select.mjs
Loading
Please register or sign in to comment