✨ (examples): Añade ejemplo de formulario
Corrige referencia errónea a `form::input::Field` en ejemplo de Form.
This commit is contained in:
parent
88e91822f8
commit
9e5b2079d6
4 changed files with 605 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ use crate::theme::form;
|
|||
/// .with_id("search")
|
||||
/// .with_action("/search")
|
||||
/// .with_method(form::Method::Get)
|
||||
/// .with_child(form::Input::search().with_name("q"));
|
||||
/// .with_child(form::input::Field::search().with_name("q"));
|
||||
/// ```
|
||||
#[derive(AutoDefault, Clone, Debug, Getters)]
|
||||
pub struct Form {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue