From f5dd4f2acafda4fdfb7c3ce99aa938e169a48a55 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 9 Jan 2023 14:20:17 -0500 Subject: [PATCH] fixes #1117 --- docs/resources/changelog.md | 1 + src/components/select/select.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 4cb09743d..750fd2b71 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -12,6 +12,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added support for the `inert` attribute on `` to allow hidden menu items to not accept focus [#1107](https://github.com/shoelace-style/shoelace/issues/1107) - Fixed a bug in `` that prevented placeholders from showing when `multiple` was used [#1109](https://github.com/shoelace-style/shoelace/issues/1109) +- Fixed a bug in `` that caused tags to not be rounded when using the `pill` attribute [#1117](https://github.com/shoelace-style/shoelace/issues/1117) - Fixed a bug in `` that logged a console error when parsing swatches with whitespace - Fixed a bug in `` that caused selected colors to be wrong due to incorrect HSV calculations - Fixed a bug in `` that caused the checked button's right border to be incorrect [#1110](https://github.com/shoelace-style/shoelace/issues/1110) diff --git a/src/components/select/select.ts b/src/components/select/select.ts index c1d58c01c..90f5406a1 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -707,6 +707,7 @@ export default class SlSelect extends ShoelaceElement implements ShoelaceFormCon if (index < this.maxOptionsVisible || this.maxOptionsVisible <= 0) { return html` {