DatePicker cannot input using keyboard
See original GitHub issueDescribe the bug
The date doesn’t change when input by using keyboard. but it works by selecting date from the picker using mouse.
Steps to reproduce (please include code)
<FormItem Label="Birth Date">
<DatePicker @bind-Value="@context.BirthDate" DefaultValue="DateTime.Now" Format="yyyy-MM-dd" />
</FormItem>
Exceptions (if any)
Further technical details
- AntDesign Nuget Package version 0.8.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
jQuery Datepicker with text input that doesn't allow user input
I want the Datepicker to pop up when the textbox gains focus or the user clicks on it, but I want the textbox...
Read more >[DateRangePicker] Not possible to enter a date with ...
Trying to enter a date with the keyboard behaves very strange. ... It's not reflected in the input (invalid value can not be...
Read more >To don't allow DatePicker keyboard input
Hi, I'm working with datepickers and I tried the following a while ago: $("#begin_date").attr('disabled','disabled');
Read more >Hide keyboard when selecting from a date-picker in ...
When running it on a mobile tablet, whenever the user enters a date field, the screen keyboard appears, which covers the date picker....
Read more >datepicker: keyboard input enables all disabled dates
Hello, I am using jquery datepicker for simple checkin, checkout dates case. ... All validation like User cannot select blocked/disabled dates in calendar ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also found that this only happens when the DatePicker is inside a Form.
Unfortunately I will be able to have a look at this on Monday. Currently I am away. Sorry…