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
BasicTextField has onValueChange, what would be a good way to go about exposing a hook for users to do something when a change happens.
BasicTextField
onValueChange
It could be another parameter on BasicRichTextEditor, or it could be maybe a flow on RichTextState maybe?
BasicRichTextEditor
flow
RichTextState
I was wondering if you had any thoughts on which way to go with it?
I submitted two options: #432 #431
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BasicTextField
hasonValueChange
, what would be a good way to go about exposing a hook for users to do something when a change happens.It could be another parameter on
BasicRichTextEditor
, or it could be maybe aflow
onRichTextState
maybe?I was wondering if you had any thoughts on which way to go with it?
I submitted two options:
#432
#431
The text was updated successfully, but these errors were encountered: