Files
Umbraco-CMS/src
leekelleher de9ff096d4 RadioButtonList: prevent double 'change' event
Both the `uui-radio-group` and `uui-radio` dispatch a 'change' event,
which triggers the `#onChange` method twice.

The `uui-radio` component is the one that contains the changed value,
so updated the code to only use that.
2024-04-18 09:43:42 +01:00
..