wildhart
wildhart
Try it here: https://vue-treeselect.js.org/#basic-features Search for Apple:  Press Enter, "Fruits" is selected:  I think a better approach would be to automatically highlight the first MATCHING item (apple), instead...
Steps to reproduce: 1. Start typing which brings up some search results 2. Keep typing so that there are no results, 3. Press enter Expected result: nothing Actual result: item...
I have a requirement for a form element which lets the user select from a list using autocomplete **OR allows the user to enter their own new value**. e.g. entering...
Ref https://github.com/Akryum/vue-resize/issues/314 If vue-reize PR https://github.com/Akryum/vue-resize/pull/315 is merged then please bump version used by this package...
Please could you expand upon the 0.9.0 release note: > Fix unsafe selector in before.find and before.findOne when called without arguments. This is potentially a BREAKING CHANGE for those who...
As per https://letsencrypt.org/docs/certificate-compatibility/ some of my users on iOS 9 can no longer access my website. It looks like my site is using the legacy keychain with the expired root:...
See this [thread](https://forums.meteor.com/t/dynamic-import-in-vue-router-component-dont-work-on-deployment/47685) where using mup with a non-standard port broke dynamic import: ```js env: { ROOT_URL: 'http://1.2.3.4', MONGO_URL: 'mongodb://mongodb/meteor-element', PORT: 9999, }, ``` The solution was to add the...
I would like to take advantage of the `whitespace` option in [vue-template-compiler](https://github.com/vuejs/vue/blob/e1abedb9e66b21da8a7e93e175b9dabe334dfebd/packages/vue-template-compiler/README.md). How do I do that with vue-meteor?
Using `akryum:vue-component` with `` sections breaks IE10 because somehow some `const` keywords are getting past babel and into the legacy browser code. In development mode and production mode the component...