Is there any enyo kind which suggests and autocompletes the domain suffix from a list of predefined email domains while an user types into the email input field. Entering the first few letters of your domain will display a suggestion. (e.g "@g" for "@gmail.com"). Click, or press tab-key to autocomplete your email domains. (or tap on the suggestion for mobile users.)
Asked
Active
Viewed 62 times
1 Answers
0
This Enyo component is very close to what you want. This jquery autocomplete library has the logic you want for the domain suffix autocomplete.
Obviously, you'll want to focus on the main logic inside the jquery library and graft that into the Enyo autocomplete kind.

Pre101
- 2,370
- 16
- 23
-
Its very help full If you tell How to Add this library to input.Can you explain here?? – Shiv Nov 24 '15 at 09:41
-
I will expand on what I wrote above some, but I can't integrate the whole thing. – Pre101 Nov 24 '15 at 20:48