-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[pickers][DatePicker] Hijiri Change date from keyboard #16165
Comments
To help us diagnose the issue efficiently, could you provide a stripped-down reproduction test case using the latest version? A live example would be fantastic! ✨ For your convenience, our documentation offers templates and guides on creating targeted examples: Support - Bug reproduction Just a friendly reminder: clean, functional code with minimal dependencies is most helpful. Complex code can make it tougher to pinpoint the exact issue. Sometimes, simply going through the process of creating a minimal reproduction can even clarify the problem itself! Thanks for your understanding! 🙇🏼 |
@michelengelen thank you for support, I already added minimal env with bug reproduced. So when we click on input year cannot be changed but we can change month and day. ( without opening popup) |
sry for the late reply ... I'll add this to the board. |
In which version i could expect bug to be fixed ? |
@ltobolik91 Am I missing something, but doesn't this refer to the issue mentioned here: https://mui.com/x/react-date-pickers/calendar-systems/#hijri? 🤔 |
@LukasTy my issue is related to years not to months. |
@ltobolik91 It is the same problem though. I appreciate your input, which helped uncover this different case that is also problematic. 🙏 I'm adding an |
Steps to reproduce
Steps:
2.When user try to change year typing inside the input he cannot change year data only day and month is available
Current behavior
Year is not changable via keyboard
Expected behavior
I expect that user will have posssibility to change year from keyboard
Context
Im trying to use DatePicker to set date with hijiri calendar
Your environment
npx @mui/envinfo
Reproduction
https://stackblitz.com/edit/react-snggk45q?file=Demo.tsx
Search keywords: hijiri year keyboard
The text was updated successfully, but these errors were encountered: