alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

v-model= null throws error Cannot read property 'normalize' of null #90

Open m7salam opened 3 years ago

m7salam commented 3 years ago

when the backend call coming with fields that has null and this fields are mapped in the v-model it always throw this error

Cannot read property 'normalize' of null

what is the solution here ?

thanks