Skip to content

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

Open
utkarshmarwaha wants to merge 3 commits intoicemanbsi:masterfrom
utkarshmarwaha:keyboard_off_default
Open

keyboard always off by default. isAutoFocus property added to switch#70
utkarshmarwaha wants to merge 3 commits intoicemanbsi:masterfrom
utkarshmarwaha:keyboard_off_default

Conversation

@utkarshmarwaha
Copy link

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

use property isAutoFocus: true to enable keyboard open on dialog/dropdown Click
@brainunknown
Copy link

Thanks for this option! :)
Best regards
Ricardo

@QuentinCG
Copy link

QuentinCG commented Dec 30, 2020

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants