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
There are some things that are worth being documented.
Custom components
RootInner: element render just after the <form> element. Root may be a betterr name for this.
SubmitButton: at the moment, it should render the form's submit button. But it can render multiple elements so it's maybe more an actions renderer. It could render a submit button and a reset button for example. In that case, Actions should be a better name
SubmitButtonWrapper: element that contains form actions. should be named ActionsContainer
The text was updated successfully, but these errors were encountered:
There are some things that are worth being documented.
Custom components
RootInner
: element render just after the<form>
element.Root
may be a betterr name for this.SubmitButton
: at the moment, it should render the form's submit button. But it can render multiple elements so it's maybe more an actions renderer. It could render a submit button and a reset button for example. In that case,Actions
should be a better nameSubmitButtonWrapper
: element that contains form actions. should be namedActionsContainer
The text was updated successfully, but these errors were encountered: