Skip to content

Commit 1ecf910

Browse files
committed
Markdown lint fix, attempt 2
1 parent 40d2d46 commit 1ecf910

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

release-content/release-notes/radio_group_and_button_widget_improvements.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ pull_requests: [21294]
99
Improvements:
1010

1111
- Event propagation from user interactions will now be canceled even if
12-
widgets are disabled. Previously, some relevant event propagation
12+
widgets are disabled. Previously, some relevant event propagation
1313
was not properly canceled.
14-
- `RadioButton` now emits a `ValueChange<bool>` entity event when checked,
14+
- `RadioButton` now emits a `ValueChange<bool>` entity event when checked,
1515
even when checked via a `RadioGroup`. Consistent with other `Checkable` widgets.
16-
As a `RadioButton` cannot be unchecked through direct user interaction with this widget,
16+
As a `RadioButton` cannot be unchecked through direct user interaction with this widget,
1717
a `ValueChange` event with value `false` can not be triggered for `RadioButton`.
1818
- If a `RadioButton` is focusable, a value change event can be triggered
1919
using the **Space** or **Enter** keys when focused.
2020
- `RadioGroup` is now optional and can be replaced with a custom implementation.
21-

0 commit comments

Comments
 (0)