Skip to content

Commit

Permalink
Update action_form.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Jan 8, 2025
1 parent a7095b5 commit a0c0cf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/progressive_enhancement/action_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ let on_submit = move |ev| {
}
```

```admonish warning
This pattern is temporarily broken on 0.7 due to changes in event delegation. If you want it to work, you can enable the `delegation` feature on the `leptos` crate in your `Cargo.toml`. [Read this issue](https://github.com/leptos-rs/leptos/issues/3457) for more context.
```

## Complex Inputs

Server function arguments that are structs with nested serializable fields should make use of indexing notation of `serde_qs`.
Expand Down

0 comments on commit a0c0cf9

Please sign in to comment.