hi,

with a textarea with given height and width how to catch event that user input is exceeding defined length?

i used with height and width with overflow:hidden
but textinput is only hidden we will get the undisplayed inputs also..

please any could give me solution or any reference

thank you

Use input instead of textarea. It can be multiline too.

Then use maxlength="number". Then the user can't enter any more characters than number.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.