pub fn use_editable(
initializer: impl FnOnce() -> EditableConfig,
mode: EditableMode,
) -> UseEditable
Expand description
Hook to create an editable text. For manual creation use UseEditable::new_in_hook.
pub fn use_editable(
initializer: impl FnOnce() -> EditableConfig,
mode: EditableMode,
) -> UseEditable
Hook to create an editable text. For manual creation use UseEditable::new_in_hook.