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

Forms #5

Open
DogeDark opened this issue Apr 12, 2024 · 1 comment
Open

Forms #5

DogeDark opened this issue Apr 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DogeDark
Copy link
Member

DogeDark commented Apr 12, 2024

Specific Demand

Forms are a widely used method of collecting data in apps and we should aim to provide featured and flexible form components.

A first iteration could include a few form components that provide default styling which are built on top of Input and Button components. Perhaps forms should be type-safe, providing bindings to specific fields of a provided struct. This struct could be returned on a on_submit event.

The form components could be built on top of several other ones such as but not limited to:

  • Input
  • Button
  • Calendar
  • Date Picker
  • Dropdowns
  • Checkbox
  • Text Areas
  • Radio Groups

Inspiration

@DogeDark DogeDark added the enhancement New feature or request label Apr 12, 2024
@ealmloff
Copy link
Member

It would be great if the forms could be progressively enhanced with fullstack server functions. Related issue: DioxusLabs/dioxus#1996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants