rfones / jquery-inputlimiter

Automatically exported from code.google.com/p/jquery-inputlimiter
0 stars 0 forks source link

info shown against wrong fields #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.put multiple items on a single form, some with {limit: 5, boxAttach:false} 
and some with {limit: 50}, ie: small fields we don't want the attached box
2.type in a big field, then a small field

What is the expected output? What do you see instead?

i would expect only the fields with the attached boxes to display the attached 
boxes but instead, even when typing in the small field, the last big fields 
attached box shows the small field's remaining chars

What version of the product are you using? On what operating system?

1.3.1

Please provide any additional information below.

keep up the good work!

Original issue reported on code.google.com by julian.c...@gmail.com on 26 Nov 2012 at 6:02