OnChange() doesn't trigger inside picker navigation view
For some reason the on change that I put on textfield only triggered after I close the selection view.
2 Replies
Are you sure on change is for changes to a selection? If it triggers from a closure, maybe that’s what it’s meant to do
Have a look through docs
Can you send full code?