petal_components
petal_components copied to clipboard
Combo-box single select bottom border radius
After selecting an option in the select, the bottom border radius is not rounded until you click away from the component.
Add this to combo-box.css
.
/* Fix broken border */
.ts-dropdown .option:last-child {
@apply rounded-lg;
}
I hope it would be merged.