0

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.)

Shiv
  • 1

1 Answers1

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