Bohdan Saliuk

Results 12 issues of Bohdan Saliuk

**Current behavior** "Show all components" button has broken link **To reproduce** 1. Go to "Sections" example https://vue-styleguidist.github.io/sections/#/Components/Buttons?id=button 2. Open any component isolated (button "Open isolated") 3. Try to return back...

bug

* **I'm submitting a:** - [x] Bug Report * **Steps to reproduce** provide custom validator for checkbox group ```{ rule: 'custom', validator: v => v.length

bug

* **I'm submitting a:** - [x] Bug Report * **Steps to reproduce** use input-checkbox-button in form element * **What is the expected behavior?** add type="button" for preventing from submit *...

confirmed
bug

### V-Mask and Vue versions [email protected] [email protected] ### Reproduction Link https://codesandbox.io/s/competent-babycat-jm2kv?file=/src/App.vue ### Steps to reproduce 1. set as mask result of [createAutoCorrectedDatePipe](https://github.com/text-mask/text-mask/tree/master/addons/#createautocorrecteddatepipe) 2. type into input ### What is Expected?...

- [x] code is properly formatted (`npm run fmt`) - [ ] tests are added/updated - [ ] documentation is updated (`npm run doc` to regenerate documentation based on comments)...

I thought, that maybe I have some problem in my code. I have tried different free STUN/TURN servers, but still - not working when try to connect with different networks....

client

### Describe the bug const query = useUrlSearchParams('history'); const query2 = useUrlSearchParams('history'); query.foo = '1'; // query2 will not be updated ### Reproduction https://stackblitz.com/edit/vitejs-vite-jyzhw1/?file=src%2FApp.vue,package.json ### System Info ```Shell does not...

> Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information. - Vue Version: ^2 - Vue Select Version: ^3 - Chrome...

bug

I have a car tracks and want to render car direction on the track. But have this issue, because track may be circular, from one point to another and backward....

Test runnner just end the work. No errors, no warning, no success log. ```js metatests.test('Read deep non-table identifiers', async (test) => { const sheet = new Sheet(); sheet.cells['item.price.usd'] = 100;...