File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
release-content/release-notes Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " `RadioButton`, `RadioGroup` widget minor improvements"
3+ authors : ["@PPakalns"]
4+ pull_requests : [21294]
5+ ---
6+
7+ ` RadioButton ` and ` RadioGroup ` usage remains fully backward compatible.
8+
9+ Improvements:
10+ - Event propagation from user interactions will now be canceled even if
11+ widgets are disabled. Previously, some relevant event propagation
12+ was not properly canceled.
13+ - ` RadioButton ` now emits a ` ValueChange<bool> ` entity event when checked,
14+ even when checked via a ` RadioGroup ` . Consistent with other ` Checkable ` widgets.
15+ As a ` RadioButton ` cannot be unchecked through direct user interaction with this widget,
16+ a ` ValueChange ` event with value ` false ` can not be triggered for ` RadioButton ` .
17+ - If a ` RadioButton ` is focusable, a value change event can be triggered
18+ using the ** Space** or ** Enter** keys when focused.
19+ - ` RadioGroup ` is now optional and can be replaced with a custom implementation.
20+
You can’t perform that action at this time.
0 commit comments