icemanbsi / searchable_dropdown

MIT License
107 stars 162 forks source link

keyboard always off by default. isAutoFocus property added to switch #70

Open utkarshmarwaha opened 4 years ago

utkarshmarwaha commented 4 years ago

Keyboard autofocus set to off by default. use property isAutoFocus: true to enable keyboard open on dialog/dropdown Click

brainunknown commented 4 years ago

Thanks for this option! :) Best regards Ricardo

QuentinCG commented 3 years ago

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,