H
Hono2mo ago
muslax

JSX with no-value attribute

Using Datastar, it's convenient to create signals 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()?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?