Is there any way to access the e.target.value
of onIonInput
? I’d like to setState(e.target.value)
using this method since the onIonChange
is reserved for a debounce reducer function.
1 post - 1 participant
Is there any way to access the e.target.value
of onIonInput
? I’d like to setState(e.target.value)
using this method since the onIonChange
is reserved for a debounce reducer function.
1 post - 1 participant