v.22.8Improvement

Play UI: Support Tab Key in Textarea Without Disrupting Navigation

Play UI: recognize tab key in textarea, but at the same time don't mess up with tab navigation. #40053 (Alexey Milovidov).
The Play UI now recognizes the Tab key within textareas, allowing users to insert tab characters without disrupting the standard tab navigation behavior in the interface.

Why it matters

Previously, pressing the Tab key inside a textarea in the Play UI would interfere with normal tab navigation across the interface, limiting text editing capabilities. This feature enhances user experience by enabling tab indentation in textareas while preserving intuitive keyboard navigation.

How to use it

Users can simply press the Tab key inside any textarea within the Play UI to insert tab characters. No additional configuration or enabling steps are required.