Pawel P
Pawel P
I would like to use pullRefresh feature only, without custom scroll bars and any other scroll related features. Is this possible to achieve? This is my configuration. It is very...
It is because IE does not support `innerHTML` for svg elements I've fixed it like this on my end using `:transform-source`. You could use it as a fix. ``` transformSource(svg)...
Hello. In my application I have attached angular-wix-control to main object property. Main object is watched by $scope.$watch What happens is false $watch event caused by some initialization in tree...
Hello. Is there any chance of supporting .NET Core?
I can't install vue3 version because of the following error: `error An unexpected error occurred: "expected hoisted manifest for \"@hcaptcha/vue3-hcaptcha#vue#@vue/server-renderer#@vue/compiler-ssr\"".` Tried deleting `node_modules` & `yarn.lock` didn't help. I use yarn...
**Describe the bug** I'm migrating vue2 to vue3 (test utils too) In vue2 if I had global plugin that was installed with `createLocalVue` then it was accessible under `wrapper.vm` (e.g...
## 📝 Provide detailed reproduction steps (if any) 1. Open https://codepen.io/elvispl/pen/MYwZdRx, you will see wrong output 2. To reproduce add e.g 3 lines of text (doesn't have to be rtl...