-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Using react-semantic-ui-datepicker with formik-semantic-ui-react #707
Comments
🎉 This issue has been resolved in version 2.15.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi @phurichpusapanich-itsmy! 👋🏽 Thank you very much for reporting this! I did some debugging here and noticed that the It has been fixed in #708 and released on It works as expected now: link |
Thank you for the fast response and fix. I have upgraded semantic-ui-react-datepickers to the most recent one (2.15.2) and have confirmed that the problem has been fixed. Thanks! |
Hello,
I am working on a form project using react-semantic-date-picker with formik-semantic-ui-react + yup validation.
I notice that, when i use the Form component from formik-semantic-ui-react to wrap SemanticDatePicker, the error style for SemanticDatePicker is not fully shown. From this sandbox, I learn that I can use html form to solve this problem but I will be losing the styles I get from Form
You can have a look here for my implementation.
In there, you can see that the error only apply to the font but not the entire Input.
Would there be any alternatives to this?
Thanks,
The text was updated successfully, but these errors were encountered: