Unplanned
Last Updated: 13 Jul 2026 07:40 by Mathieu
Mathieu
Created on: 13 Jul 2026 07:40
Category: TextArea
Type: Feature Request
1
Detect Enter keypresses

Currently the Telerik TextArea for Blazor stops propagation for the keyDown event for Enter key presses and the app cannot detect them with @onkeydown on the component's parent container. A possible workaround is to use @onkeyup.

This request is about some built-in configuration or event that allows the app to detect Enter key presses. The goal is to distinguish such user actions in scenarios where Shift+Enter creates new lines, while Enter triggers a custom action like submit.

0 comments