pub fn on_beforeinput(f: impl FnMut(InputEvent) + 'static) -> EventCallbackExpand description
Add a beforeinput event handler at the document level.
This only has an effect on WASM targets.
pub fn on_beforeinput(f: impl FnMut(InputEvent) + 'static) -> EventCallbackAdd a beforeinput event handler at the document level.
This only has an effect on WASM targets.