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
I try the following YAML in the UI (You can even try it on your online editor http://editor.swagger.io by pasting the below YAML in there - also does not work). Problem is in the UI the password format does not work and does not obscure the characters.
It renders it as: <input type="text" class="" value="" placeholder="password - Password.">
and is suppose to render as: <input type="password" class="" value="" placeholder="password - Password.">
I try the following YAML in the UI (You can even try it on your online editor http://editor.swagger.io by pasting the below YAML in there - also does not work). Problem is in the UI the
password
format does not work and does not obscure the characters.It renders it as:
<input type="text" class="" value="" placeholder="password - Password.">
and is suppose to render as:
<input type="password" class="" value="" placeholder="password - Password.">
The YAML to test on below:
The text was updated successfully, but these errors were encountered: