k4gdw / RemainingCharacters

A jQuery plugin that adds a "characters remaining" display to an input or textarea html element.
2 stars 0 forks source link

The characters remaining count is incorrect if textbox already contains data. #5

Closed k4gdw closed 12 years ago

k4gdw commented 12 years ago

I noticed a bug that causes a textbox being used to edit a database field to show an incorrect character count when the plugin is first initialized. As soon as the user starts typing, the correct value shows up. I tried to fix it with version 2.1.1 but for some reason it didn't work. So I rolled those changes back and re-published as v2.1.2.