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 860ec90 + d969b9c commit c7800eaCopy full SHA for c7800ea
src/components/api-request.js
@@ -385,7 +385,7 @@ export default class ApiRequest extends LitElement {
385
`
386
: html`<input
387
spellcheck="false"
388
- type="${fieldSchema.format === 'binary' ? 'file' : 'text'}"
+ type="${fieldSchema.format === 'binary' ? 'file' : fieldSchema.format === 'password' ? 'password' : 'text'}"
389
style="width:160px"
390
class="request-form-param"
391
data-pname="${fieldName}"
0 commit comments