You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
andButton
components. Perhaps forms should be type-safe, providing bindings to specific fields of a provided struct. This struct could be returned on aon_submit
event.The form components could be built on top of several other ones such as but not limited to:
Inspiration
The text was updated successfully, but these errors were encountered: