dotnet-smartcomponents/smartcomponents

Maxlength Property Issue in SmartTextarea Component

Arunkumarsf3979 opened this issue · 0 comments

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, 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.