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
Fix/2059 date field clicking a date in a dialog can close the dialog (#2331)
* story with bug reproduction, trying to fix the issue
* trying to fix the issue
* have the dialog working when clicking in the calendar, still a problem with using escape
* trying to solve the issue with an escape key
* investigating the issue with popover closing and dialog at once
* fixing using escape key in the date field (when closing calendar), problems with unit tests in the dialog
* fixing dialog unit tests, date field in a dialog story changes
* cleanup
* cleanup
* changeset
* Trying to fix the dialog closing when the date field (popover) is opened - not working yet
* example of a dialog with multiple overlay components in it
* Make it working with using escape key in the select and combobox and only partially working in the popover
* Make it working with using escape key in the popover as well, story changes
* Make it working with using escape key in the menu/menu-button
* trying to block the dialog closing when the date-field is opened
* trying to block the dialog closing when the date-field is opened and also for the select component
* trying to block the dialog closing when child elements are opened
* removing some unnecessary changes, more description to `disableCancel` added.
* removing some unnecessary changes
* cleanup
* cleanup
* trying to fix tests using different approach for events
* fixing tests
* improved example
* changeset and small descriptions changes in tests
* changes after review
* popover example in the dialog improved
0 commit comments