Closed
Description
Description
DateRangePicker has no way to close the dropdown using code. There are a couple of scenarios where it is needed:
- When a user clicks outside the dropdown on an iFrame, the dropdown is not closed. This is a significant issue when most of the app is in an iFrame.
- When DateRangePicker becomes disabled while the dropdown is opened. The dropdown stays open while the trigger button is disabled, and the user can apply a new range.
The issue might be valid for other controls with a dropdown.
Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate requests