Browse docs
Browse docs
Published: 2026-08-30.
<Select> — the selected-option checkmark no longer stretches. The
listItemIndicator slot set a width (w-4) but no height, so its inline
SVG was stretched to the option row's height by the flex layout — an
oversized, distorted checkmark whenever the dropdown was open. Added the
missing h-4.No breaking change — drop-in upgrade.