I have tried to add ion-input for maxlength , max attribute but it\'s not working as per expectation.
ion-input
maxlength
max
HTML: TS: textareaMaxLengthValidation() { if (text.length > 50) { text= text.slice(0, 50); }