Skip to content
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

DisabledDate Disable the same year when its available #3780

Closed
a7son opened this issue Apr 5, 2024 · 3 comments · Fixed by #3781
Closed

DisabledDate Disable the same year when its available #3780

a7son opened this issue Apr 5, 2024 · 3 comments · Fixed by #3781
Labels
🐛bug Something isn't working

Comments

@a7son
Copy link

a7son commented Apr 5, 2024

Describe the bug

When i use disable date, the same year got disable and i can pick the date after that...
same with Month, it got disabled too
insta

Steps to reproduce (please include code)

 <DatePicker @bind-Value="@context.ReturnDate"
             Disabled="@GetDisabledValues()"
             DisabledDate="date => date < DateTime.Today"
             Format="@("dddd, dd MMMM yyyy")" />

Further technical details

  • AntDesign Nuget Package version 0.18.12
  • Visual Studio Community Edition 2022
@ElderJames
Copy link
Member

Thanks for contacting us @a7son , please describe your questions and expectations in detail. Because we don't really understand...

@a7son
Copy link
Author

a7son commented Apr 5, 2024

I want to select the month above those allowed and the same year that is allowed... is it possible?

@ElderJames
Copy link
Member

Ok,I see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
2 participants