-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEPLT-1739: Add defaultSelected to Checkbox and Radio #4495
Conversation
Storybook staging is available at https://kiwicom-orbit-dsil-add-defaultSelected.surge.sh |
Size Change: +102 B (+0.02%) Total Size: 458 kB
ℹ️ View Unchanged
|
Deploying orbit with Cloudflare Pages
|
ec54a30
to
c539ef6
Compare
c539ef6
to
35e90e0
Compare
Regarding the problem you reported with the tooltip, the issue is actually bigger. When we have a tooltip, the
That is not true. If you define |
Yeah, I remember that I had the |
f0bd7d0
to
3fc060f
Compare
3fc060f
to
5e4b747
Compare
Checkbox and Radio components now support
defaultSelected
prop and a full uncontrolled experience.The style classes moved around a bit, but visual tests ensure nothing is broken (I am glad we have a good coverage on this!)