You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dialog (modalType is modal). I am unable to choose a date from the Datepicker inside of this dialog since the calendar component does not focus any longer.
The Stackblitz example works as expected, but I'm not sure how it's different than my current setup (other than it's a simplified version of it since I have a general wrapper around the dialog and date picker for consistent use across my product). Would welcome any clues on what could be causing the focus issue shown in the screenshot above.
Click "Open dialog"
Click "Select a date"
Are you reporting an Accessibility issue?
no
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
The provided reproduction is a minimal reproducible example of the bug.
The text was updated successfully, but these errors were encountered:
Unfortunately, it's still hard to say what's wrong as the reproduction works as expected. On the screen you shared, there is even stylings are broken, but that maybe similar to #31275 and not related to why you still can't select.
Component
Other...
Package version
^9.56.5 (react-components), ^0.4.61 (react-date-picker-compact)
React version
18.3.1
Environment
Current Behavior
I have a dialog (modalType is
modal
). I am unable to choose a date from the Datepicker inside of this dialog since the calendar component does not focus any longer.Expected Behavior
I can choose a date from the datepicker.
Reproduction
https://stackblitz.com/edit/esfx6nr1?file=src%2Fexample.tsx
Steps to reproduce
The Stackblitz example works as expected, but I'm not sure how it's different than my current setup (other than it's a simplified version of it since I have a general wrapper around the dialog and date picker for consistent use across my product). Would welcome any clues on what could be causing the focus issue shown in the screenshot above.
Are you reporting an Accessibility issue?
no
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: