Need to set the maxlength in input value . Example: As am having quantity field in spreadsheet, need not all them to enter more than 3 digits. In HTML we are having option like <input maxlenght=“3”.
Checked with the below example, but they allowing to enter multiple value and cut by its limit.
http://jsfiddle.net/qyptgkwk/