You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
It works if i type and use mouse to choose but whenever i navigate with keyboard arrow keys, it gives me those errors. Also, using enter key to choose is not working. Please help me out. I'm using the latest version of quasar which is 0.17.20
vue.runtime.esm.js?2b0e:587 [Vue warn]: Error in render: "TypeError: Cannot read property 'length' of undefined"
found in
--->
at src/components/forms/SelectSearchable.vue
at src/components/forms/SubCategory.vue
at src/components/forms/FormSection.vue
vue.runtime.esm.js?2b0e:1737 TypeError: Cannot read property 'length' of undefined
at Proxy.render (QChipsInput.js?48b7:228)
at VueComponent.Vue._render (vue.runtime.esm.js?2b0e:4540)
at VueComponent.updateComponent (vue.runtime.esm.js?2b0e:2784)
at Watcher.get (vue.runtime.esm.js?2b0e:3138)
at Watcher.run (vue.runtime.esm.js?2b0e:3215)
at flushSchedulerQueue (vue.runtime.esm.js?2b0e:2977)
at Array.eval (vue.runtime.esm.js?2b0e:1833)
at flushCallbacks (vue.runtime.esm.js?2b0e:1754)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
<q-chips-input v-model="theItem" :disable="disabled=='yes'" :placeholder="phText"> <q-autocomplete :debounce="250" :static-data="{field: 'text', list: searchOptions}" @selected="selected"/> </q-chips-input>
It works if i type and use mouse to choose but whenever i navigate with keyboard arrow keys, it gives me those errors. Also, using enter key to choose is not working. Please help me out. I'm using the latest version of quasar which is 0.17.20
The text was updated successfully, but these errors were encountered: