-
Notifications
You must be signed in to change notification settings - Fork 5
[$50] Improve User Handle autocomplete #29
Comments
This issue looks like not easy to implement as I've got the next response:
|
@MadOPcode works almost like needed, but found a few issues:
|
For words less than 3 characters the request to the server simly is not sent and the suggestions are always empty. I tried to prevent some server requests this way. Also if I enter "mt" I see no suggestions (as expected) and then if I press Enter the value gets selected fine so I cannot reproduce the bug. Just in case my latest commit is b2f5333... |
Created a PR #41. |
@maxceem At the moment, I am not getting suggestion for any text I entered. It is getting loaded and displaying 'No Suggestions'. Is it expected? |
@sandhiyakavi I guess your user doesn't have permissions to get suggestions from the Member Service. I don't remember exact roles which has permissions, though admins for sure have it. |
@maxceem I am using Booking Manager user. Wasn't it supposed to have all privileges of Admin regarding Taas app. |
Verified on dev Env.
The issue with the Booking Manager role is tracked separately here #51 |
Verified on PRod Env with @nkumar-topcoder |
Instead of this when we press
Enter
we would like the current value to be applied and suggestion list closed.To select any value form the suggestion we should press
Down Key
to move to the list.Can we achieve this? Or is there any other way to handle this nicely. The main aim if we type something and press Enter the filter should be done by what we type, not by the first suggestion. But we should be still able to select any suggestion using keyboard.
The text was updated successfully, but these errors were encountered: