searchable_dropdown
searchable_dropdown copied to clipboard
keyboard always off by default. isAutoFocus property added to switch
Keyboard autofocus set to off by default. use property isAutoFocus: true to enable keyboard open on dialog/dropdown Click
Thanks for this option! :) Best regards Ricardo
This is working perfectly while merged with master branch.
But the default behavior should be "autofocus" to not break already working behavior.
autofocus: widget.isAutoFocus ?? true,
instead of
autofocus: widget.isAutoFocus ?? false,