Is it possible set max limit to input value

Tags: #<Tag:0x00007f8b1ad61670>

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/

Hi @kiruba

we do not have any similar built-in option, however, as mentioned here https://github.com/handsontable/handsontable/issues/1344 one of our users shared his proposition.

Thanks @aleksandra_budnik already checked with that example, but its not my requirement. I have implemented with “Validator” and check with length.

That sounds reasonable. Can I ask you with anything else?