react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

Document empty `Radio` pitfalls

Open adamkudrna opened this issue 4 years ago • 0 comments

Designers and developers need to be very careful with empty radio lists (i.e. when no option is selected by default). Once a user marks an option as selected, there is no way back to the previous, empty state. Since this is the official behavior of native HTML radio input, we decided not to override it or restrict it but to warn designers and developers instead.

adamkudrna avatar Sep 15 '21 12:09 adamkudrna