petal_components icon indicating copy to clipboard operation
petal_components copied to clipboard

Combo-box single select bottom border radius

Open ParaleGleniel opened this issue 1 year ago • 2 comments

After selecting an option in the select, the bottom border radius is not rounded until you click away from the component.

ParaleGleniel avatar Feb 23 '24 06:02 ParaleGleniel

Add this to combo-box.css.

/* Fix broken border */
.ts-dropdown .option:last-child {
  @apply rounded-lg;
}

nallwhy avatar Mar 13 '24 00:03 nallwhy

I hope it would be merged.

nallwhy avatar Mar 13 '24 00:03 nallwhy