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
How can we do nice inline validation in the token field? Can we?
I think we can support this by using status props similar to how notices work. We could perhaps use isSuccess and isError which would allow us to change the default colors to red and green. Thoughts?
I also thought we might be able to use the Tooltip component to show a validation error attached to the errant item. Not sure how that would play together with this, but worth thinking about.
In this comment @rickybanister asked:
I think we can support this by using status props similar to how notices work. We could perhaps use
isSuccess
andisError
which would allow us to change the default colors to red and green. Thoughts?cc @mtias
The text was updated successfully, but these errors were encountered: