-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required Flag missing #59
Comments
Hey, does passing it to EDIT: no not working |
@sagedemdreisbusch https://deploy-preview-60--react-dropdown-select.netlify.com/examples#Form-with-validation-(using-react-live) Is that solves the issue? |
Hi Sasha, thank you very much for the really fast solution. Best wishes Max |
* FIX (usage in form): add requered prop and pattern, closes #59 * CHORE (dependencies): update dependencies * FIX (validation): proper validation hidden fields values * CLEANUP (remove unused): remove unused dirs from source * v3.9.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md
…ace button, closes #70 (#71) * FIX (usage in form): add requered prop and pattern, closes #59 * CHORE (dependencies): update dependencies * FIX (validation): proper validation hidden fields values * CLEANUP (remove unused): remove unused dirs from source * v3.9.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md
* origin/next: v3.9.0 See changelog: https://github.com/sanusart/react-dropdown-select/blob/master/CHANGELOG.md CLEANUP (remove unused): remove unused dirs from source FIX (validation): proper validation hidden fields values CHORE (dependencies): update dependencies FIX (usage in form): add requered prop and pattern, closes #59
Hi Sasha,
we have an issue with test automation when the dropdown is a required field. Is it possible to add the required flag to the html of the component?
Thanks a lot and best wishes
Max
The text was updated successfully, but these errors were encountered: