Textbox autocomplete shows all if you pass a list instead of using database-driven
Posted: Mon Mar 27, 2017 4:21 pm
Has anyone written the JS code to make autocomplete using a comma separated string show only relevant choices based on the user's input and also limit it to only show 10 choice like it does using database-driven? I want the error validation of using the comma separated string but with the autocomplete functionality and choice limiting of the database-driven. If anyone has written this can you share you JS code?