-
Notifications
You must be signed in to change notification settings - Fork 832
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
[KeyboardDatePicker ] TextField lose focus when open Popover #1877
Comments
We do no longer support v3. Please provide a minimal reproduction test case with v4. This would help a lot 👷 . |
It seems v4 has handle this use case Migrate to Popper from Popover #1850 |
KeyboardDatePicker is becoming DesktopDatePicker. |
@lamhungypl TextField will not keep the focus after open with new Popover version. It needs for a11y https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html We planed some kind of another component that works similar to |
@dmtrKovalenko yep, I have thought about interacting with the calendar by arrow keyboard, but the DateRangepicker's behavior is still fine. Waiting for new release. I want to custom DatePicker something like:
|
Environment
Steps to reproduce
type in input
Expected behavior
when i typing, show the popover.
when matched date / chose on picker, set value to input and hide poppover.
I don't want to use the adornment button, is there a workaround in ver3.
Actual behavior
TextField lose focus when open Popover
Live example
https://codesandbox.io/s/inputdatepicker-068qp
The text was updated successfully, but these errors were encountered: