Dear Isomorphic,
How can I show distinction between validation errors & warnings in a form?
For example, if the value cross the threshold limit, we would like to show it as an error and if it is closer to the limit (by a certain %age), we would like to warn the user.
Currently, I use a prefix to the message (Error/Warning) to distinguish between them. Ideally, I would like to show a different icon for the warning
other than the default red error icon?
I couldn't figure out a way to achieve this. Any pointers?
How can I show distinction between validation errors & warnings in a form?
For example, if the value cross the threshold limit, we would like to show it as an error and if it is closer to the limit (by a certain %age), we would like to warn the user.
Currently, I use a prefix to the message (Error/Warning) to distinguish between them. Ideally, I would like to show a different icon for the warning
other than the default red error icon?
I couldn't figure out a way to achieve this. Any pointers?
Comment