If AutoSuggest 'inputElement' is NodeList, apply to all nodes
Reported by Ironsidevsquincy | December 10th, 2009 @ 01:07 PM
Hello,
Currently, if there are more than one input elements with the class '.input', this
new glow.widgets.AutoSuggest(
'.input.,
inputOptions
);
will only apply auto suggest to the first input element.
It would be great if it could iterate over all inputs with class '.input' (or all elements in the NodeList if that's what's supplied) and apply auto suggest to all of them
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A JavaScript Library