Const
Maps an Observable of DOM events to an Observable of the currentTarget value.
Example:
const [onChange, textChange$] = useObservableCallback< string, React.FormEvent<HTMLInputElement>>(pluckCurrentTargetValue) Copy
const [onChange, textChange$] = useObservableCallback< string, React.FormEvent<HTMLInputElement>>(pluckCurrentTargetValue)
Maps an Observable of DOM events to an Observable of the currentTarget value.
Example: