pub type TextAreaOnTextInputCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> OnTextInputReturn;Expand description
Invoked on each text edit. Returns whether the edit is valid (reusing
TextInput’s OnTextInputReturn).
pub type TextAreaOnTextInputCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> OnTextInputReturn;Invoked on each text edit. Returns whether the edit is valid (reusing
TextInput’s OnTextInputReturn).