[X] I confirm that I have checked if the bug already has been reported
For which framework/library you are reporting the bug
React
Component name
dropdown
Description
With Chrome or Edge it is possible to close dropdown by either clicking on the form or anywhere outside the dialog. Meanwhile in Firefox it's only closing when item is selected (single-selection) or only by pressing ESC button in case dropdown is multi-select.
Such behavior can be seen in the Storybook itself.
Bug already reported?
For which framework/library you are reporting the bug
React
Component name
dropdown
Description
With Chrome or Edge it is possible to close dropdown by either clicking on the form or anywhere outside the dialog. Meanwhile in Firefox it's only closing when item is selected (single-selection) or only by pressing ESC button in case dropdown is multi-select. Such behavior can be seen in the Storybook itself.
Steps To Reproduce
Current Behaviour
No response
Expected Behaviour
Dropdown should behave in Firefox the same way it does in any other supported browser.