xiaomi7732 / StackBeauty

Format stack, make it easy to read and understand
https://stack.codewithsaar.net
MIT License
5 stars 1 forks source link

Show friendly message when input is empty #18

Open xiaomi7732 opened 2 years ago

xiaomi7732 commented 2 years ago

When the input is empty, we shall show a nicer message.

To Reproduce

  1. Put in something in the input text area;
  2. Clear the text using keyboard (not the clear input button)

Expected behavior Show message: 'Call stack input is required ...'

image