We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@freenow/wave version: 1.15.0
@freenow/wave
When adding the disabled prop to the DatePicker component Typescript throws an error. The disabled styles and functionality are applied correctly.
disabled
https://codesandbox.io/s/disabled-prop-is-missing-from-datepicker-1u6m3?file=/src/App.tsx
The text was updated successfully, but these errors were encountered:
fix: adding disabled state for datepicker, resolves freenowtech#180
bd9e38c
🎉 This issue has been resolved in version 1.15.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
🎉 This issue has been resolved in version 2.1.0-next.2 🎉
Successfully merging a pull request may close this issue.
@freenow/wave
version: 1.15.0What was expected to happen?
When adding the
disabled
prop to the DatePicker component Typescript throws an error. The disabled styles and functionality are applied correctly.Issue reproduced
https://codesandbox.io/s/disabled-prop-is-missing-from-datepicker-1u6m3?file=/src/App.tsx
The text was updated successfully, but these errors were encountered: