eclipsesource / eclipsesource/jsonforms
React Material Date control not keyboard accessible
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 424
- Avg merge
- 17d 8h
- Merged PRs (30d)
- 1
Description
### Describe the bug
In 3.1.0, keyboard input for date fields was kind of broken (fields were entered in wrong order), but it still worked. In 3.2.0, the keyboard cannot be used at all to input dates.
Interestingly, in the "Array" example page, a totally different date renderer is used. It is perfectly keyboard accessible. I do not see anything special in the schema or uiSchema. Is it possible to use this in normal, non-array forms?
### Expected behavior
It should be possible to enter dates using keyboard. This is much faster for people who enter a lot of data.
### Steps to reproduce the issue
Open the Control example page. Tab into the date field. See how you cannot use the keyboard at all.
### Screenshots
_No response_
### Which Version of JSON Forms are you using?
v3.2.0
### Framework
React
### RendererSet
Material
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.