Martin Hellen Schei

Results 8 comments of Martin Hellen Schei

I had almost the same error after installing it globally. > This dependency was not found: > sweet-modal-vue/plugin.js in ./src/main.js > To install it, you can run: npm install --save...

after working perfectly for several months npm now gives this error when running npm watch-poll: > Module not found: Error: Can't resolve 'sweet-modal-vue/src/plugin.js' if i remove /src/plugin.js we are back...

Sure - i can write it myselft but i just think it would be a nice feature in this library. It's something that i would be a lot of developers...

Sure! Like i wrote in the title i would go for a "free text search" and it could also be a regex possibility. This would search on all the properties...

Is there a filter functionality present today?

Ah - yes - i already use that one and it works great.

Same issue for me. If the component would support using v-model if would be very useful.

I actually found a solution that works for my project. I added a :ref for each of the three typeaheads i have on my page: ``` ``` and in onSelectedDepartment...