Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.
Updates the passed attributes without changing the other existing attributes
Class Details
[line 44]
Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.