Skip to content

Commit c7800ea

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/override-server
2 parents 860ec90 + d969b9c commit c7800ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/api-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export default class ApiRequest extends LitElement {
385385
`
386386
: html`<input
387387
spellcheck="false"
388-
type="${fieldSchema.format === 'binary' ? 'file' : 'text'}"
388+
type="${fieldSchema.format === 'binary' ? 'file' : fieldSchema.format === 'password' ? 'password' : 'text'}"
389389
style="width:160px"
390390
class="request-form-param"
391391
data-pname="${fieldName}"

0 commit comments

Comments
 (0)