@juspay/svelte-ui-components 2.45.0 → 2.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,9 +139,10 @@
139
139
  }
140
140
  return;
141
141
  }
142
- if (multiple && searchable) {
143
- openDropdown();
144
- } else if (open) {
142
+ // Clicks on the search input are handled above (kept open while typing), so a click
143
+ // on the trigger chrome — including the chevron — can toggle even for a multi-select
144
+ // searchable Select. The previous multiple && searchable branch never closed on click.
145
+ if (open) {
145
146
  close();
146
147
  } else {
147
148
  openDropdown();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.45.0",
3
+ "version": "2.45.1",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",