We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ComboBox
onBlur
The onBlur event for ComboBox does not trigger in Mobile view but functions as expected in Desktop view.
The onBlur event gets triggered for both Desktop and Mobile views.
The onBlur event does not get triggered for Mobile view.
No response
@adobe/react-spectrum-3.30.0 @react-types/combobox-3.10.0
Chrome
See the issue on all browsers
macOS Sonoma - 14.2.1
Adobe - Unified checkout
The text was updated successfully, but these errors were encountered:
Looks like in MobileComboBox.tsx we need to do something similar to what useComboBox does https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/combobox/src/useComboBox.ts#L181 passed into https://github.com/adobe/react-spectrum/blob/main/packages/%40react-spectrum/combobox/src/MobileComboBox.tsx#L137
Sorry, something went wrong.
No branches or pull requests
Provide a general summary of the issue here
The
onBlur
event forComboBox
does not trigger in Mobile view but functions as expected in Desktop view.🤔 Expected Behavior?
The
onBlur
event gets triggered for both Desktop and Mobile views.😯 Current Behavior
The
onBlur
event does not get triggered for Mobile view.💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
Version
@adobe/react-spectrum-3.30.0 @react-types/combobox-3.10.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
See the issue on all browsers
What operating system are you using?
macOS Sonoma - 14.2.1
🧢 Your Company/Team
Adobe - Unified checkout
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: