Fabio Santo
05/17/2021, 11:52 PMInput
composable?
In need to get the value out of it, I can't find anything to hook my state to....
should I use the ref
attribute maybe ?jim
05/18/2021, 1:10 AMonChange
callback. Which, if I'm not mistaken, probably means that Input
widget needs an additional parameter. This is probably a fairly straight-forward change for the community if you'd like to contribute by making a pull request on github.
cc @Oleksandr Karpovich [JB] @Akif Abasov [JB]Oleksandr Karpovich [JB]
05/18/2021, 6:01 AMevent.nativeEvent.target.asDynamic().value
That's not convenient at all. Although could work as a workaround till we come up with a better way.hfhbd
06/03/2021, 2:22 PM(event.nativeEvent.target as HTMLInputElement).value
works too