searchable_dropdown icon indicating copy to clipboard operation
searchable_dropdown copied to clipboard

keyboard always off by default. isAutoFocus property added to switch

Open utkarshmarwaha opened this issue 4 years ago • 2 comments

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

utkarshmarwaha avatar May 29 '20 16:05 utkarshmarwaha

Thanks for this option! :) Best regards Ricardo

brainunknown avatar Jul 09 '20 23:07 brainunknown

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,

QuentinCG avatar Dec 30 '20 19:12 QuentinCG