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

Date input doesnt work when using keyboard for input #1010

Open
hartwilo opened this issue Jan 24, 2025 · 0 comments
Open

Date input doesnt work when using keyboard for input #1010

hartwilo opened this issue Jan 24, 2025 · 0 comments

Comments

@hartwilo
Copy link

Describe the bug
The date input doesnt take keyboard inputs properly.

To Reproduce
Steps to reproduce the behavior:

  1. Click on day of DayInput component
  2. Enter desired date on keyboard (eg. 24 01 2025) (I used german date format)
  3. Date isnt taken properly

Image

Expected behavior
Expected to the entered numbers 24012024 to be transformed into correct date (24.01.2024)

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Versions (please complete the following information):

  • .NET Version: NET 8
  • BlazorBootstrap: v3.2.0
  • Blazor WebAssembly / Server: WebApp
  • Blazor Interactive Render Mode: [e.g. Auto, Server, WebAssembly, None]
  • Blazor Interactivity Location: [e.g. Global, Per page/component]

Sample code
Same issue can be reproduced on demo page (https://demos.blazorbootstrap.com/form/date-input). Colleague could reproduce same issue with american date format.

Image

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version 131.0.6778.266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant