question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DatePicker cannot input using keyboard

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
anranruyecommented, Jun 3, 2021

Also found that this only happens when the DatePicker is inside a Form.

0reactions
anddrzejbcommented, Jun 3, 2021

Unfortunately I will be able to have a look at this on Monday. Currently I am away. Sorry…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found