Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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