If we set a maxlength property on the SmartTextArea component and the maxlength is set to 5, typing in the text area shows a suggested sentence. After pressing the tab key, the suggested sentence gets bound to the input box. However, even though the maxlength is 5, the SmartTextArea value becomes more than 5 characters.
Steps to Reproduce:
Set up a SmartTextArea component with the maxlength property set to 5.
Start typing in the text area to trigger a suggestion.
Press the tab key to accept the suggested sentence.
Description:
If we set a maxlength property on the
SmartTextArea
component and the maxlength is set to 5, typing in the text area shows a suggested sentence. After pressing the tab key, the suggested sentence gets bound to the input box. However, even though the maxlength is 5, theSmartTextArea
value becomes more than 5 characters.Steps to Reproduce: