Can I specify maxlength in css?

Viewed 116326

Can I replace the maxlength attribute with something in CSS?

<input type='text' id="phone_extension" maxlength="4" />
8 Answers
Related