@genesislcap/foundation-forms 14.298.0 → 14.298.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.
@@ -33,7 +33,7 @@ export const ConnectedSelectControlRendererTemplate = (prefix = 'zero') => html
33
33
  style="width: 100%; min-width: 200px;"
34
34
  async=${(x) => { var _a; return (_a = x.control.uischema.options) === null || _a === void 0 ? void 0 : _a.async; }}
35
35
  placeholder=${(x) => x.control.uischema.placeholder || x.control.label}
36
- autocomplete="both"
36
+ autocomplete="list"
37
37
  filter-mode="contains"
38
38
  ?disabled=${(x) => !x.control.enabled}
39
39
  :value=${(x) => getConnectedSelectDisplayValue(x)}
@@ -44,7 +44,7 @@ export const EnumControlRendererTemplate = (prefix = 'zero') => html `
44
44
  >
45
45
  <${prefix}-combobox
46
46
  style="width: 100%; min-width: 200px;"
47
- autocomplete="both"
47
+ autocomplete="list"
48
48
  filter-mode="contains"
49
49
  ?disabled=${(x) => !x.control.enabled}
50
50
  :value=${(x) => displaySetOrDefaultData(x)}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.298.0",
4
+ "version": "14.298.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -48,23 +48,23 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.298.0",
52
- "@genesislcap/genx": "14.298.0",
53
- "@genesislcap/rollup-builder": "14.298.0",
54
- "@genesislcap/ts-builder": "14.298.0",
55
- "@genesislcap/uvu-playwright-builder": "14.298.0",
56
- "@genesislcap/vite-builder": "14.298.0",
57
- "@genesislcap/webpack-builder": "14.298.0",
51
+ "@genesislcap/foundation-testing": "14.298.1",
52
+ "@genesislcap/genx": "14.298.1",
53
+ "@genesislcap/rollup-builder": "14.298.1",
54
+ "@genesislcap/ts-builder": "14.298.1",
55
+ "@genesislcap/uvu-playwright-builder": "14.298.1",
56
+ "@genesislcap/vite-builder": "14.298.1",
57
+ "@genesislcap/webpack-builder": "14.298.1",
58
58
  "@types/json-schema": "^7.0.11",
59
59
  "rimraf": "^5.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "14.298.0",
63
- "@genesislcap/foundation-criteria": "14.298.0",
64
- "@genesislcap/foundation-logger": "14.298.0",
65
- "@genesislcap/foundation-notifications": "14.298.0",
66
- "@genesislcap/foundation-ui": "14.298.0",
67
- "@genesislcap/foundation-utils": "14.298.0",
62
+ "@genesislcap/foundation-comms": "14.298.1",
63
+ "@genesislcap/foundation-criteria": "14.298.1",
64
+ "@genesislcap/foundation-logger": "14.298.1",
65
+ "@genesislcap/foundation-notifications": "14.298.1",
66
+ "@genesislcap/foundation-ui": "14.298.1",
67
+ "@genesislcap/foundation-utils": "14.298.1",
68
68
  "@json-schema-tools/dereferencer": "^1.6.1",
69
69
  "@jsonforms/core": "^3.2.1",
70
70
  "@microsoft/fast-components": "2.30.6",
@@ -86,5 +86,5 @@
86
86
  "access": "public"
87
87
  },
88
88
  "customElements": "dist/custom-elements.json",
89
- "gitHead": "f1279d076ccabb6108d854c2e596078afe285eb0"
89
+ "gitHead": "c60152b2ec57cd89e3fe2e14503de58e70165e8a"
90
90
  }