Felipe Mateus Malara

Results 13 comments of Felipe Mateus Malara

Thanks for the effort @piotrdz 👏

Fixed @fnagel. Surely this is a specific case scenario, where I'm using Sortable with Web Components, but this may come in hand when Web Components get more and more popular...

Sorry, missed the grunt test workflow I believe is fine now 👍 @fnagel

Surely, the lint got me again sorry, now I was able to run them locally and seems fine ![image](https://user-images.githubusercontent.com/29868402/175791512-71b7f88a-aadd-4743-a785-a185e0763336.png) Thanks

Thanks for the feedback on this guys Sure @fnagel I'll prepare two codepens one using web-components and other not to better explain the differences on this

Okay, after long time 😅 I've set up three simple codepens to better explain the proposed solution 1. JqueryUI.Sortable without ShadowRoot https://codepen.io/malarahfelipe/pen/QWmEoVz 2. JqueryUI.Sortable with ShadowRoot ❌https://codepen.io/malarahfelipe/pen/XWEjpWo 3. JqueryUI.Sortable with...

Yep, that causes problems when we're already using bootstrap 4 in our project. In this component specifically (and maybe others) use the glyphicon, and that makes the buttons/icons disappear, turning...

Solved this way> In package.json ` "dependencies": { ` ` "bootstrap": "^4.4.1", ` ` "bootstrap-v3": "https://github.com/twbs/bootstrap/archive/v3.3.7.tar.gz" ` ` } ` And then in the component that uses vue-form-generator: ` import...

This is related to https://github.com/ionic-team/stencil/issues/4135