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
FormElement lets you display text errors. Sometimes we have errors from the server that would be nice to have links in them. If the server sent html code today the form components render the actual html code as plain text. No good.
We should add support for markdown error messages in these components. (We will update the server later to send markdown error messages if formatting is desired).
The text was updated successfully, but these errors were encountered:
FormElement lets you display text errors. Sometimes we have errors from the server that would be nice to have links in them. If the server sent html code today the form components render the actual html code as plain text. No good.
We should add support for markdown error messages in these components. (We will update the server later to send markdown error messages if formatting is desired).
The text was updated successfully, but these errors were encountered: