JSX with no-value attribute
Using Datastar, it's convenient to create signals using
Is it possible to turn off that feature without using
<input data-bind-foo /> or <div data-signals-bar></div>. But Hono converts them to <input data-bind-foo="true" /> and <div data-signals-bar="true"></div>, causing datastar error.Is it possible to turn off that feature without using
raw()?