views:

32

answers:

1

What is the text box limit for google chrome in characters.

+1  A: 

Virtually unlimited (limited only by computer memory). You can limit it using the maxlength parameter though:

<input type="text" maxlength="32" />
dark_charlie

related questions