The input component of the DateInput should be focused when I click on the calendar button. Currently the focus stays at the previously focused component.
After testing a bit, it's even worse. If the date input is focused and the button is pressed then the input loses focus and another component will be focused.
The input component of the
DateInput
should be focused when I click on the calendar button. Currently the focus stays at the previously focused component.