Top "Maxlength" questions

Maxlength specifies the maximum number of characters allowed in an element (like a string, a database field, an html input box, etc.

Enforcing the maxlength attribute on mobile browsers

I have an a text input with a maximum length: <input type="text" name="name" maxlength="50"> This has …

javascript jquery html input maxlength
DataGridTextColumn.MaxLength?

How do I set the MaxLength property of the DataGridTextColumn?

wpf wpftoolkit wpfdatagrid maxlength datagridtextcolumn
Creating an empty deque in Python with a max length?

I'm looking at the documentation for a Python deque, and it looks like the constructor is deque([iterable[, maxlen]]). Is …

python deque maxlength
Maximum Length of Android versionName / versionCode (Manifest)

I am trying to find out the maximum length of both the android:versionName and android:versionCode attributes of the …

java android android-manifest manifest maxlength
How does MySQL varchar know how many bytes indicate the length?

The MySQL manual and several StackOverflow answers make it clear that varchar uses: 1 byte for varchars with 0-255 characters in …

mysql char byte varchar maxlength
DECIMAL length for microtime(true)?

I want to store PHP's microtime as my timestamp in MySQL. I've been told it's best to store it in …

php mysql decimal maxlength microtime
Do Windows shortcuts support very long argument lengths?

I am trying to create a shortcut (on the Desktop) that contains a long argument string (> MAX_PATH). The …

windows delphi delphi-2007 shortcut maxlength
If input maxlength is reached do something

I have a maxlength of 11 for an input field. I would like to perform a jQuery function when the maxlength …

javascript jquery input maxlength
Jelly Bean WebView not working well with HTML maxlength attribute for text box

Jelly Bean doesn't seem to like the maxlength attribute of HTML for text input. It certainly restricts the number of …

android webview maxlength android-4.2-jelly-bean
Different maxlength validation of textarea with newlines in Chrome and Firefox

The problem is that Firefox counts newline as "1"(\n) character while Chrome count them as "2"(\r\n) This is what …

google-chrome firefox textarea newline maxlength