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 attributes in $attr1 with the values in $attr2 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.