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
This is very old, but you can just wrap the picker in other classes to handle the focus. I wrapped nested it like
InkWell(IgnorePointer(NumberPicker())) where the InkWell has an 'onTap' handler that updates a State boolean that controls the ignoring property in the IgnorePointer. That way, the NumberPicker is only active when you tap it.
Hi there,
thanks for the awesome package!
Is there any way to dynamically disable the scrolling or set the picker as not-editable? Thanks!
Edit: typo
The text was updated successfully, but these errors were encountered: