Skip to content

Commit 9244841

Browse files
committed
Add focus border option
1 parent f954d87 commit 9244841

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ff-concepts/localization-accessibility/accessibility.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ You can control the Focus Configuration using the following properties:
133133

134134
- **Wrap in Focus Traversal Group**: It places a widget (and all its children) in a dedicated group so focus cycles within that region before moving on. For example, if you have a login form with two fields: Email and Password, enabling this option ensures that pressing <kbd>Tab</kbd> will cycle only between them (and not jump to unrelated parts of the screen).
135135
- **Focus Traversal Order**: This sets the exact sequence in which widgets receive focus using numeric values (e.g., 1, 2, etc.). For example, In a sign‑up form, set `Name = 1`, `Email = 2`, and `Password = 3` so pressing <kbd>Tab</kbd> moves logically down the form rather than following the raw widget tree.
136-
137-
Using both the properties you can create structured keyboard navigation for any complex layouts.
136+
- **Show Border on Focus**: Enabling this toggle highlights the widget with a visible border when it receives focus, making navigation clearer. Once enabled, you can customize the border’s appearance using **Border Width**, **Border Color**, and **Border Radius** to match your design.
138137

139138
:::warning
140139

0 commit comments

Comments
 (0)