jarek-foksa / xel

Xel - Widget toolkit for building native-like Electron and Web apps
https://xel-toolkit.org
Other
696 stars 61 forks source link

<x-radios> don't have a change event #142

Closed edgardozoppi closed 7 months ago

edgardozoppi commented 7 months ago

I think it makes sense to have a change or toggle event to be able to detect and handle value changes, just like <x-buttons> have.

jarek-foksa commented 7 months ago

<x-radios> should fire the toggle event when clicked. If this is not working for you, please provide a sample code snippet.

edgardozoppi commented 7 months ago

You are right, it's working fine. The problem was that this page does not include the event in the documentation, so I didn't know about it.

jarek-foksa commented 7 months ago

I just published version 0.25.11 with updated documentation.