from @nikitapatel029
One more thing, if tool has features to clear the item, it should have "redo option" /"fill with default values" something like that which will bring default example under body/query. As right now what is happening if we have given requestbody textarea and user by mistaken clicked on clear every thing gets erased(that's ok) but if they want to see again the default examples then they're not able to see anywhere until and unless they refreshed the screen.
Since we want to avoid extra buttons in most cases, one solution I can think of is to have the CLEAR button replaced with FILL DEFAULTS when the body is empty (null, '', undefined, [], {}) or something like that.
Remember to vote for this issue with 👍 or 👎
from @nikitapatel029
Since we want to avoid extra buttons in most cases, one solution I can think of is to have the
CLEARbutton replaced withFILL DEFAULTSwhen the body is empty (null,'',undefined,[],{}) or something like that.Remember to vote for this issue with 👍 or 👎