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
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 👎
The text was updated successfully, but these errors were encountered:
In some of scenarios it might looks odd, suppose for there is few api where having few inputs(one or two) and if we haven't set default example then when user click on clear button it will just change with fill default and again when they click just text will be changed, nothing will happen in request body.
from @nikitapatel029
Since we want to avoid extra buttons in most cases, one solution I can think of is to have the
CLEAR
button replaced withFILL DEFAULTS
when the body is empty (null
,''
,undefined
,[]
,{}
) or something like that.Remember to vote for this issue with 👍 or 👎
The text was updated successfully, but these errors were encountered: