gestalt
gestalt copied to clipboard
Dropdown: When changinn hover focus event is bubbling up to outside component
Platform: desktop web and mobile web
Steps to reproduce:
- Use the dropdown with al least two items
- Have a onFocus handler outside the Dropdown
- When changing hove over the items the onFocus event is going to be triggered
Expected Result: Focus event not triggered Actual Result: Focus event is triggered
This is causing issues when a page has a custom onFocus event handler. Ex: Closeup.js
@manvoid Has this issue been fixed? If so, please feel free to close 🙂