Is it possible set max limit to input value

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 Maximum length of cell input · Issue #1344 · handsontable/handsontable · GitHub 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?