dotnet-smartcomponents / smartcomponents

Experimental, end-to-end AI features for .NET apps
693 stars 61 forks source link

Maxlength Property Issue in SmartTextarea Component #67

Open Arunkumarsf3979 opened 4 months ago

Arunkumarsf3979 commented 4 months ago

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: