when run npm install sagalbot/vue-select npm doesn't find the repository :(
Another thing: how use with vue-validator?
@NightZpy Doesn't seem to be registered on npm yet, try this
npm install git://github.com/sagalbot/vue-select.git#v1.1.2 --save-dev
Nop :(
@NightZpy I can't seem to replicate the issue. npm install sagalbot/vue-select is installing the latest v1.1.2 on both systems I have to test on.
Either way installing from GitHub isn't ideal. I've chatted with the owner of the currently registered npm vue-select package, and it looks like I should have ownership of that package name today/tomorrow. I will let you know when I have it published on npm under vue-select.
I played around with validator this morning, but didn't have much luck. It looks like validating custom components isn't currently supported. If you know otherwise let me know.
If vue-validator support is far off, perhaps I can add a validation prop that accepts a function callback.
@sagalbot in package search not fount your package :( only another vue-select.
About validator, yes, with a callback be fine!
You're right, @NightZpy. You cannot find this package on npmjs.org (https://www.npmjs.com/search?q=vue-select). Probably because of the / in the package name. @sagalbot any word on aquiring the actual vue-select name on npm?
@svenluijten @NightZpy as of this morning, I've been listed as an owner on the vue-select package, so I hope to have it published today.
@svenluijten @nanotronic @RDelorier it's published @ https://www.npmjs.com/package/vue-select
You can now install with npm install vue-select. Thanks for your patience!
:+1: Congrats on the name!
Thanks @sagalbot :D Now, in the future, add vue-validator support will be awesome :D
Most helpful comment
@svenluijten @nanotronic @RDelorier it's published @ https://www.npmjs.com/package/vue-select
You can now install with
npm install vue-select. Thanks for your patience!