Results 12 comments of Marc Le Labourier

Same issue on select component, checked the dropdown component on its own and its seems to be the issue.

That's what I deduced but it's not clear right now in the doc that a head tag is required at anytime if you don't want to expect weird behaviors. In...

Same here with nexus 5x. Anyone has a fix ?

A solution was pointed on gitter. Using the following syntax does not raise any error: ```html ``` However, the parameter has to be a component attribute, which is not ideal...

It can't be a string parameter define in the HTML template: `` It has to be a ref to a component attribute in order to work. At least, from what...

Me too, for more context : I installed the CLI in WSL by downloading the deb from the releases with `wget` and using `dpkg -i`.

Tried it a week ago and it was still not working... Unless you changed anything, I doubted it's fixed.

I am in need of the same thing: either through composite types or typed JSON. Correct me if I am wrong, but right now, none seems to be accessible.

I have a similar issue with `scroll-behavior`, did you find anything about this problem ?

I would also be interested to know if it works with `build_value`. In the mean time, I am checking @realcr solution.