Open Wavesonics opened 1 week ago
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: https://github.com/MohamedRejeb/compose-rich-editor/pull/432 https://github.com/MohamedRejeb/compose-rich-editor/pull/431
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: https://github.com/MohamedRejeb/compose-rich-editor/pull/432 https://github.com/MohamedRejeb/compose-rich-editor/pull/431