nextui
nextui copied to clipboard
[Feature Request] Made Radio `validationState` prop boolean
Is your feature request related to a problem? Please describe.
Not really a problem just seems strange that a boolean attribute (valid/invalid) needs the specific strings
Describe the solution you'd like
the prop name changed to isValid and type changed to boolean
Describe alternatives you've considered
it could accept either boolean or strings 'valid'/'invalid', though I don't see a use case for the strings that boolean cant do easier
Screenshots or Videos
No response