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
Form component is very lightly documented. Documentation shows how to visually build the form but misses the most important stuff - interaction. By looking through code I was able to find way to pass action, HTTP method nad input names but this stuff should be documented for ease of use.
In best case scenario I'd see docs expanded by at least 2 examples.
Simple, 1 field form, complete with action names, etc.
Complex real world example, ex. Devise login form
The text was updated successfully, but these errors were encountered:
I'm using
v1
branch and reading docs at https://rbui.dev/docs/formForm
component is very lightly documented. Documentation shows how to visually build the form but misses the most important stuff - interaction. By looking through code I was able to find way to pass action, HTTP method nad input names but this stuff should be documented for ease of use.In best case scenario I'd see docs expanded by at least 2 examples.
The text was updated successfully, but these errors were encountered: