How long a string can I fit into the value attribute of a html input field?
<input type="text" value="how-long-long-long-long" size="21" />
I'm trying to add comma separated values into a hidden text field - but these values are getting fetched from another developer. I tried to look up for this threshold value in The Bible but they don't have it there.
Please help me.