-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
do we need to grab keyboard focus on SearchBar open? #216
Comments
If you set Try changing |
The above is the desired behavior i am looking for.lemme check if it is really so |
If it works then we can patch |
Is autofocus really something, that would make sense to be the default? |
@plfiorini , and what about the above. Should not a persistent search box I have also worked a bit on the SearchBox.qml in past and i am not sure regds |
@plfiorini , Sorry i missed some of your comments that you made in this |
I think the best way possible to implement this is to add the This way the default behavior is not changed, but users can force focus if they wish. EDIT: Looks like it doesn't work. Doesn't work if I set |
Hi I have a situation where the opening screen of an app has a SearchBox
which should start in open state. I have put persistent: true as i do not want
it to be closable.
I find that i am having to call open() explicitly to show the searchbox , firstly is it necessary ?
in doing so the inputbox grabs focus and the OSK in the mobile device opens . Subsequently
as soon as the app starts the keyboard also opens automatically. I am not sure if i have
erred somewhere , but i feel we should not forceActiveFocus() in open (Line: 105)
fluid/src/imports/controls/SearchBar.qml
Line 105 in 0f1c8b5
The text was updated successfully, but these errors were encountered: