jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
627 stars 25 forks source link

Improves Focus Management of RadioGroups #853

Closed Lysander closed 5 months ago

Lysander commented 5 months ago

RadioGroups are now focusable even is there is no option selected yet. If that is the case, only the first option becomes active and can be selected by pressing Space.

If there is one option selected, the component behaves the same way as before.

This fixes #770