Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
Setting MaxLength property for igNumericEditor.
posted

Hello,

I want to set max length for igNumericEditor() as available in igTextEditor(). But as per the igNumericEditor API document MaxLength property is removed for igNumericEditor(). so what can i do for setting MaxLength for igNumericEditor().

Code:

$("#Field_Name").igTextEditor({
                            inputName: Field_Name,
                            width: "100%",
                            maxLength : 10});

Thank You

Karthikeyan Rajakumar