wildhart

Results 40 issues of wildhart

Try it here: https://vue-treeselect.js.org/#basic-features Search for Apple: ![image](https://user-images.githubusercontent.com/12505024/109090507-eca54600-7777-11eb-8939-aaaa066c8315.png) Press Enter, "Fruits" is selected: ![image](https://user-images.githubusercontent.com/12505024/109090572-0e9ec880-7778-11eb-8558-228a051cf31a.png) 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...

question

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:...

Proxy
SSL

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...

Documentation

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...