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
Hello. The Readme says it was tested with 2.0.3 but gh-pages website sais it requires 2.1.x
Ok, the readme is obsolete, but where can i find the latest working version for Vue 2.0.3?
I would like to use VueStrap.typeahead, but the <typeahead> element does not seem to work at all. I found a commit 2a2fc4 which renders the input field, but it is bugged and throws the warning:
[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value"
(found in component at C:\laragon\www\vue-strap\src\Typeahead.vue)
I wonder if I there is a working commit for Vue 2.0.3?
Thanks
The text was updated successfully, but these errors were encountered:
Hello. The Readme says it was tested with 2.0.3 but gh-pages website sais it requires 2.1.x
Ok, the readme is obsolete, but where can i find the latest working version for Vue 2.0.3?
I would like to use
VueStrap.typeahead
, but the<typeahead>
element does not seem to work at all. I found a commit2a2fc4
which renders the input field, but it is bugged and throws the warning:I wonder if I there is a working commit for Vue 2.0.3?
Thanks
The text was updated successfully, but these errors were encountered: