AdrianVillamayor / Wizard-JS

A lightweight wizard UI component that supports accessibility and HTML5 in JavaScript Vanilla.
https://adrianvillamayor.github.io/Wizard-JS/
MIT License
44 stars 13 forks source link

Validation Select tag does not work #14

Closed sakhnov closed 4 weeks ago

sakhnov commented 1 month ago

When connecting wizard.min.js Select validation does not work; in the wizard.min.js file it is missing in the switch block:

                case "SELECT":
                    check = $_.checkSelect(e);
                    break;

image

AdrianVillamayor commented 4 weeks ago

Hi @sakhnov ,

I've improved the validation for select elements by updating the compression system. This ensures that validation logic is applied correctly, preventing errors during form submission. I also added new security layers using esLint and Webpack, which help ensure that our builds remain secure and high-quality.

You have it all documented in the Readme.me and in the Changelog.

I hope I solved your problem, anything else let me know.

Thank you very much for your help 🙌🏻.