will generate different output wether the component is inside a clientOnly component or not. Specifically, a required="false" attribute is added when not inside a clientOnly component which makes the input field ironically readonly (as "false" is parsed as true).
Using SolidStart, the following code
will generate different output wether the component is inside a clientOnly component or not. Specifically, a
required="false"
attribute is added when not inside a clientOnly component which makes the input field ironically readonly (as "false" is parsed as true).Inside a clientOnly component 👍:
Not inside a clientOnly 👎: