mono
mono copied to clipboard
DBButton: empty prop `variant=""` creates unexpected combination of variants filled and outlined
Which generators are impacted?
- [x] All
- [ ] HTML
- [ ] React
- [ ] Angular
- [ ] Vue
- [ ] Web components
- [ ] Power Apps
Reproduction case
empty prop variant=""
creates unexpected combination of variants filled and outlined
Expected Behaviour
tbd
Screenshots
No response
Browser version
None
Add any other context about the problem here.
No response
@bruno-sch is it only in vue or can we reproduce it here?
@nmerget yes, this bug can be reproduced in any framework or just by using html + css.
@nmerget yes, this bug can be reproduced in any framework or just by using html + css.
If I open https://db-ui.github.io/mono/review/main/components/button/overview and change it in the dom nothing happens
Sorry, my mistake: you have to use data-variant=""
to see the bug. But anyway, I've already fixed the bug and linked the PR...