Adrien Poly
Adrien Poly
I had a similar problem and could solve it by slightly modifying my `imports` ```js /* main index.js */ import aaa from "./aaa/index"; // add index import bbb from "./bbb/index";...
Thanks for this tip it was very useful. I used it to auto-hide the placeholder when there is content within the input. A default auto hide feature for the place...
@marcelolx thanks for the extensive research and clear explanations. Are you willing to do a PR on this ?
Yes the documentation could probably be improved. with regards to your example ```html ``` it doesn't work because the event bubbles **up** from the root element. So you inner divs...
I agree that this should be part of 1.00.
Yes it is functional while very basic compared to alternative such as (https://github.com/verlok/vanilla-lazyload). It is a derivative of `useIntersection` using the `IntersectionObserver` API. I built it at the very start...
Thanks all for those contributions. Lots have been said I will try to cover some outstanding questions/comments ## Throttling Yes lets keep this outside of the mixin. I agree that...
@marcoroth is this still a draft ? It looks good to me?
you are right it is also missing the ability to set this option from the html ```html This element will fade out and in! Close Box Open Box ``` Still...
I haven’t had time to finish the doc yet you can find a few examples in the PR https://github.com/stimulus-use/stimulus-use/pull/77 as well as in the playground. Hoping to get back to...