@keenthemes/ktui 1.0.15 → 1.0.16
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/dist/ktui.js +1 -1
- package/dist/ktui.min.js +1 -1
- package/dist/ktui.min.js.map +1 -1
- package/lib/cjs/components/select/config.js +1 -1
- package/lib/cjs/components/select/config.js.map +1 -1
- package/lib/esm/components/select/config.js +1 -1
- package/lib/esm/components/select/config.js.map +1 -1
- package/package.json +1 -1
- package/src/components/select/config.ts +2 -3
package/dist/ktui.js
CHANGED
|
@@ -17575,7 +17575,7 @@ exports.DefaultConfig = {
|
|
|
17575
17575
|
label: 'Select an option', // Label for the select component (for screen readers)
|
|
17576
17576
|
height: 250, // Maximum height of the dropdown menu in pixels (if exceeded, a scrollbar will appear)
|
|
17577
17577
|
// Dropdown Configuration
|
|
17578
|
-
dropdownZindex:
|
|
17578
|
+
dropdownZindex: 105, // Initial z-index value for the dropdown
|
|
17579
17579
|
dropdownContainer: null, // Container element for the dropdown
|
|
17580
17580
|
dropdownPlacement: null,
|
|
17581
17581
|
dropdownFlip: false,
|