We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0cbb9 + 63ec87b commit d969b9cCopy full SHA for d969b9c
src/components/api-request.js
@@ -384,7 +384,7 @@ export default class ApiRequest extends LitElement {
384
`
385
: html`<input
386
spellcheck="false"
387
- type="${fieldSchema.format === 'binary' ? 'file' : 'text'}"
+ type="${fieldSchema.format === 'binary' ? 'file' : fieldSchema.format === 'password' ? 'password' : 'text'}"
388
style="width:160px"
389
class="request-form-param"
390
data-pname="${fieldName}"
0 commit comments