Quasar: [Vue warn]: Injection "__inputParent" not found (QAutocomplete)

Created on 19 Oct 2017  路  3Comments  路  Source: quasarframework/quasar

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
--->




at src/components/Home.vue

at src/components/MainLayout.vue
at src/App.vue

Most helpful comment

Fix available in edge and future v0.14.7. Thanks for reporting!

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings