@enso-ui/typeahead 3.0.8 → 3.0.9

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/typeahead",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Vue Typeahead",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -217,7 +217,7 @@ export default {
217
217
  invalidQuery: this.invalidQuery,
218
218
  highlight: this.highlight,
219
219
  i18n: this.i18n,
220
- inputBindings: { modelValue: this.query },
220
+ inputBindings: { value: this.query },
221
221
  inputEvents: selection => ({
222
222
  input: e => {
223
223
  this.query = e.target.value;