-
Notifications
You must be signed in to change notification settings - Fork 329
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
daySelectionAnimation applying border to all days #268
Comments
That looks like a bug. Would you try reverting to 2.1.5 ? |
Hi @peacechen , same result using 2.1.5 |
How about 2.1.4 or earlier? Would help to know which version broke it |
Hi @peacechen, I have been downgraded to other versions and noticed I missed one step when downgrading to 2.1.5. Tested it again and 2.1.5 works as expected. Sorry about that. Cheers, |
A fix has been published 2.1.7. Please confirm whether that version works. |
hey @peacechen , Apparently, it didn't work and versions 2.1.4, 2.1.5, 2.1.6 are marking all dates with border today. |
I tested 2.1.7 in the sample project in this repo using the Try the sample project in this repo: |
looks like I had them cached. Deleted node_modules, cleaned the cache and installed all dependencies again. 2.1.7 is working fine. Thanks! |
Hi there,
I am following your examples on the components documentation. When I run the code for having a border around the selected day, all of days of such week get the border.
I also have added the prop 'selectedDate' but no difference on the result. Am I missing something?
The text was updated successfully, but these errors were encountered: