## Default to no signals
There is often no need to create a signal, sending data in a server-side generated datastar action often suffices. The params can be passed to the backend as query parameters.
```html
<input data-on-input="@post('/command/toggle-editable-comment?tx-id=1', null)" />
```