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
There is no standardized way to hook into Flounder’s focus/blur state.
Implement focus/blur events and corresponding onFocus/onBlur props.
onFocus
onBlur
Potential implementation as follows (@mousemke please let me know if this makes sense!)
refs.flounder
OR
toggleOpen
toggleClose
AND
classes.OPEN
This flounder-react issue: sociomantic-tsunami/flounder-react#11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
There is no standardized way to hook into Flounder’s focus/blur state.
Wanted
Implement focus/blur events and corresponding
onFocus
/onBlur
props.Notes
Potential implementation as follows (@mousemke please let me know if this makes sense!)
onFocus
should be triggered when:refs.flounder
receives focusOR
toggleOpen
is invokedonBlur
should be triggered when:refs.flounder
loses focus ORtoggleClose
is triggeredAND
refs.flounder
does not haveclasses.OPEN
See also
This flounder-react issue: sociomantic-tsunami/flounder-react#11
The text was updated successfully, but these errors were encountered: