-
Notifications
You must be signed in to change notification settings - Fork 0
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
Auto Complete: Selection after tpying and pressing Enter #80
Comments
Also, like on many other websites, the folder name should be confimable via the |
Alternatively, we could use semicolons instead of commas. |
Help wanted. Not supported by ember-paper yet. adopted-ember-addons/ember-paper#871 |
We are waiting for external help. |
Using defaultHighlighted with paper-autocomplete, solves this issue. DefaultHighlighted will highlight the first match allowing user to hit ENTER key and select w/o using mouse. We can add an example to dummy app so it’s clear for everyone. |
@xomaczar Does this also work if I use the My approach so far: save the queried results to a variable (studentoptions) inside the controller Sadly I haven't observed any difference - the first entry is still not highlighted. |
(take 1 studentoptions) is part of the |
From my understanding the |
Yeah it should work - |
If anyone of you had time, could you provide an example to dummy app? At the moment, it doesn't seem as if the function is actually called if I provide |
What version of ember-paper are you using? |
1.0.0-beta.7 |
Try it on beta.8 |
tried it, same result |
In all Auto Complete field, mainly the Studierendes and Ordner fields, it would be nice if one could simply type in an item and select it by pressing Enter in the end. This should obviously only work when the corresponding item exists in the list. Especially when selecting folder this would be really convenient as one would only tpye ''KM1A" + "Enter" and does not need to look at the screen at all and find the right item.
The text was updated successfully, but these errors were encountered: