You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been test driving this package, and I'm having trouble trying to go this to dispatch the form onchange event. This package will dispatch an onchange event when using the input, but the dropdown selection does nothing to align with listening to the form's onChange event. From this, I will say this packages dropdown's onChange does show app.select direct in the console of devtools.
Compare it with the native html select / option, this will fire the dispatch, however, we all know how "fun" this node is.
The goal is to have this be included with the other form options as they trigger
Ah. I think I misunderstood the initial post. Select component is controlled, meaning the consumer is in charge to implement its own onChange tactics. I think best bet is using useState hook.
I've been test driving this package, and I'm having trouble trying to go this to dispatch the form onchange event. This package will dispatch an onchange event when using the input, but the dropdown selection does nothing to align with listening to the form's onChange event. From this, I will say this packages dropdown's onChange does show
app.select direct
in the console of devtools.Compare it with the native html select / option, this will fire the dispatch, however, we all know how "fun" this node is.
The goal is to have this be included with the other form options as they trigger
The text was updated successfully, but these errors were encountered: