Skip to content

Commit

Permalink
chore(input): remove wrong comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCindy committed Dec 15, 2024
1 parent 584f184 commit 96a7dbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webf/lib/src/html/input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ mixin BaseRadioElement on WidgetElement, BaseCheckedElement {
map[name] = newValue;
_streamController.sink.add(map);

// UI 交互时触发 input 和 change 事件
dispatchEvent(InputEvent(inputType: 'radio', data: newValue));
dispatchEvent(Event('change'));
});
Expand Down

0 comments on commit 96a7dbe

Please sign in to comment.