@koumoul/vjsf 3.6.1 → 3.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koumoul/vjsf",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
5
5
  "scripts": {
6
6
  "test": "vitest run",
@@ -224,6 +224,7 @@ const itemBorderColor = computed(() => (/** @type {import('@json-layout/core').S
224
224
  >
225
225
  <v-menu
226
226
  location="bottom end"
227
+ z-index="3000"
227
228
  @update:model-value="value => {menuOpened = value ? childIndex : -1}"
228
229
  >
229
230
  <template #activator="{props: activatorProps}">