rfones / jquery-inputlimiter

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

Display separate text for when there is no characters remaining #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Display separate text for when there is no characters remaining so you
could display a custom message stating that the field is full. That way you
could also display the plural for languages that used plural for zero.

Original issue reported on code.google.com by russelfo...@gmail.com on 8 Jan 2010 at 11:09

GoogleCodeExporter commented 8 years ago
Added remFullText option for displaying a custom message when zero characters 
are
remaining. The default remText will be used when the value is null, the default 
value
is null.

Added zeroPlural option to set whether %s in remText will be replaced with the 
letter
's' when the characters remaining is zero. When true the 's' will be displayed, 
the
default value is true.

Original comment by russelfo...@gmail.com on 9 Jan 2010 at 12:12