-
-
Notifications
You must be signed in to change notification settings - Fork 334
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] More field states #1097
Comments
There could potentially be a use case for Seems there already is |
@jamessampford |
That use-case sounds reasonable 👍 I will open a PR to add |
@exoego Might as well just add all the states so they are all supported ( |
Feature Request
Description
ui form
supports several states:loading
,success
,error
andwarning
.Form's child element
field
supports onlyerror
state.It would be great if
field
also supportwarning
state, so warning-level check (can be submited but not recommended) can be visually expresed.I don't think
loading
andsuccess
arenecessary forfield
, since it is unlikely to have success/loading in single field.The text was updated successfully, but these errors were encountered: