Quasar: v0.14.6
OS: OSx
Node:
NPM:
Browsers: all
iOS:
Android:
I've seen this error reported earlier, but am using the QAutocomplete inside a QInput and have this error.
found in
--->
Please, give a snippet of your template.
<div class="col">
<q-field :helper="departHelper">
<q-input @keyup="departHelperClear" :debounce="100" float-label="departure" max-length="15" v-model="depart" placeholder="departure">
<q-autocomplete @search="search" @selected="departureSelected" />
</q-input>
</q-field>
</div>
Fix available in edge and future v0.14.7. Thanks for reporting!
Most helpful comment
Fix available in edge and future v0.14.7. Thanks for reporting!