forge-select 0.4.0 → 0.6.0

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.
package/README.md CHANGED
@@ -159,7 +159,7 @@ Write and run Forge Select code in the browser at **<https://forgeselect.konexfo
159
159
  | `minResultsForSearch` | `number` | `0` | Hide local search below an option-count threshold |
160
160
  | `isOptionDisabled` | `(option) => boolean` | `undefined` | Dynamically disable an option per render |
161
161
  | `virtualScroll` | `boolean` | _(auto)_ | Virtualize the list once it exceeds ~100 rows |
162
- | `itemHeight` | `number` | `36` | Row height in px used by the virtual scroller |
162
+ | `itemHeight` | `number \| "auto"` | `36` | Fixed or measured variable-height virtual rows |
163
163
  | `language` | `string \| Record<string, string>` | `"en"` | Locale code or a custom string table for i18n |
164
164
  | `plugins` | `Array<ForgeSelectPlugin>` | `[]` | Plugins to register on this instance |
165
165
  | `openOnFocus` | `boolean` | `false` | Open the dropdown on keyboard focus |