Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When the maxLength property is used, the user cannot type more characters than the specified maxLength value, which works as expected.
However, once the character limit is reached, the user is unable to navigate away from the editor using any keyboard navigation keys (e.g., Tab, Shift+Tab). The focus remains stuck in the editor, and keyboard-based navigation does not work.
Replication steps:
Expected Behavior: After reaching maxLength, keyboard navigation (Tab, Shift+Tab, etc.) should move the focus to the next or previous element.
Actual Behavior: Focus remains in the editor, and the user cannot navigate away using the keyboard.