Open fevans-tamus opened 2 months ago
+1 In our projects we've also experienced that this seems to be a frequent requirement! Especially when opening the picker with the keyboard, the focus should switch to the opened popover so the user can select a date by using the keyboard only.
+1 We're currently also evaluating the accessibility in our projects. The MudDatePicker Keyboard Accessibility Issue was also a finding in our evaluation.
I asked the question before without response. Finally I find a workaround, the select date will be shown if adding the below properties.
Editable="false"
and
Mask="@(new DateMask("date format you need"))"
Feature request type
Enhance component
Component name
MudDatePicker
Is your feature request related to a problem?
This component does not support tabbing and arrow keys.
Describe the solution you'd like
We would like the component to be more accessible and support tabbing and arrow keys.
Have you seen this feature anywhere else?
No response
Describe alternatives you've considered
No response
Pull Request
Code of Conduct