Closed danipen closed 1 week ago
This PR introduces a new option, AcceptsTab, similar to Avalonia's TextBox.AcceptsTab property.
AcceptsTab
When disabled, this option allows the TextEditor to avoid consuming the Tab and Shift+Tab keys. This is particularly useful when TextEditor is used within a form, as users often expect the Tab key to navigate between fields.
Tab
Shift+Tab
TextEditor
By default, AcceptsTab is set to true.
This PR introduces a new option,
AcceptsTab
, similar to Avalonia's TextBox.AcceptsTab property.When disabled, this option allows the TextEditor to avoid consuming the
Tab
andShift+Tab
keys. This is particularly useful whenTextEditor
is used within a form, as users often expect the Tab key to navigate between fields.By default,
AcceptsTab
is set to true.