Replies: 1 comment
|
Thanks for the suggestion 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When a replacement value is
nullit's displayed and styled different from the message which makes it clear there was no value. It'd be really helpful if something similar could be done for empty strings. There's times where I miss that a value was provided but empty (or only whitespace) just by looking at the message. Adding quotes around string values that could be empty helps a bit, but that's an extra step you have to always remember to do.For now I'm using Stylus with the following css to highlight missing values in the message, but it doesn't help if it's only whitespace or style the value when you expand the entry.
All reactions