File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
release-content/release-notes Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ pull_requests: [21294]
99Improvements:
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-
You can’t perform that action at this time.
0 commit comments