@enso-ui/select 3.0.9 → 3.0.10

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": "@enso-ui/select",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "description": "Select",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -106,6 +106,8 @@ export default {
106
106
  'selection', 'update', 'update:modelValue',
107
107
  ],
108
108
 
109
+ inheritAttrs: false,
110
+
109
111
  data: v => ({
110
112
  allowsSelection: true,
111
113
  internalValue: null,