mattsmith321
4 Apr 2007, 10:53 AM
I know the TextArea form field supports MaxLength and will display a message if the limit is passed but it would be nice to see the following on TextArea:
A counter that displays the remaining number of characters available. Right now, there are no visual indicators to let the user know how much text they can type.
Limit the input the MaxLength. Currently the user can continue to type in the TextArea even if they have exceeded the limit and the message is displayed. They then have to delete until they reach the appropriate limit.
There are many sites that have this functionality but you can see our current implementation (http://www.myhomepoint.com/App/Calendar/Event.aspx?fn=doe&mn=john&pwd=pwd) on the Notes field at the bottom of the form (start typing in the field to kick it off).
Thanks,
Matt
A counter that displays the remaining number of characters available. Right now, there are no visual indicators to let the user know how much text they can type.
Limit the input the MaxLength. Currently the user can continue to type in the TextArea even if they have exceeded the limit and the message is displayed. They then have to delete until they reach the appropriate limit.
There are many sites that have this functionality but you can see our current implementation (http://www.myhomepoint.com/App/Calendar/Event.aspx?fn=doe&mn=john&pwd=pwd) on the Notes field at the bottom of the form (start typing in the field to kick it off).
Thanks,
Matt