lbineau
lbineau
Same question here, what's the reason to force shadowDom? Anyone has a workaround on how to apply global styles without having to inject CSS in each and every Web Components?
> Hmm, the best idea would be to have an offline list of french pokemon names and their corresponding ID. > > Maybe you can build that list using a...
Thank you, I was using `query searchForPokemonInFrench ($language: **!LANGUAGE**, $name: String)` and the **LANGUAGE** type is not existing ofc... The language switcher is working like a charm with `$language: String`...
In addition you can try to install the main branch instead of npm (npm last update is 3years ago, while github is 1year ago). https://github.com/rwaldron/johnny-five?tab=readme-ov-file#source-code
Hello @zhou1591 , As far as I know you always need a computer to be able execute nodeJS in order to be able to run johnny-five. It is not code...
Same issue on my end with a fresh install.
Hello @hanzelkatomas, Thanks for taking time to reply to my issue. Are you sure it works the same for checkboxes with the same `name`? I did a reproduction and it...
@hanzelkatomas In my usecase I have to use the same name (which is possible with HTML5 and VeeValidate), that's why I specifically asked for help with the same name. I'm...
Thanks for helping! The `length:3` that you recommend is interesting if I manage to have a Checkbox group component that would be aware of how many checkboxes it have and...
It seems my usecase evolved so the `length:3` is not enough as it should be able to handle both mandatory and optional options so I'm still not sure how to...