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
TextField
onBlur
clearButton
Textfield
<next thing>
tabbing off of clearButton also fires onBlur for TextField OR tabbing from TextField > clearButton fires onBlur
as explained, tabbing while clearButton is visible never fires onBlur
Link to sandbox
Yes
"@shopify/polaris-internal": "^16.1.0"
Chrome Version 130.0.6723.117 (Official Build) (arm64)
MacBook Pro, 14-Inch Nov 2023, MacOs Seqoia 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
TextField
I get theonBlur
event to fireclearButton
prop, it tabs fromTextfield
>clearButton
><next thing>
, and theonBlur
does NOT fireTextField
withclearButton
prop, theclearButton
does not render, and so tabbing does fire theonBlur
TextField
(with or withoutclearButton
) to anything outside of theTextField
fires theonBlur
Expected behavior
tabbing off of
clearButton
also firesonBlur
forTextField
OR tabbing fromTextField
>clearButton
firesonBlur
Actual behavior
as explained, tabbing while
clearButton
is visible never firesonBlur
Steps to reproduce
Link to sandbox
TextField
s, one with and one withoutclearButton
onBlur
event is not logged when you'd expect for tabbing around onTextField
withclearButton
Are you using React components?
Yes
Polaris version number
"@shopify/polaris-internal": "^16.1.0"
Browser
Chrome Version 130.0.6723.117 (Official Build) (arm64)
Device
MacBook Pro, 14-Inch Nov 2023, MacOs Seqoia 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered: