Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form tool #859

Open
namse opened this issue Jun 19, 2024 · 0 comments
Open

Form tool #859

namse opened this issue Jun 19, 2024 · 0 comments

Comments

@namse
Copy link
Contributor

namse commented Jun 19, 2024

Create form with validation on click submit button

form(ctx)
            .add(my_text_field1)
            .add(my_text_field2)
            .done("만들기", |(value1, value2)| todo!());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant