Removed red spellcheck underline that appears for sensitive values (#15681)

* Removed red spellcheck underline for sensitive and secret KV values

* Added changelog file

* Moved spellcheck change into masked-input component file so that spellcheck does not apply for all sensitive fields
This commit is contained in:
linda9379 2022-05-31 17:00:34 -04:00 committed by GitHub
parent 1c2f3c8ddf
commit 1996707b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
changelog/15681.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed bug where red spellcheck underline appears in sensitive/secret kv values when it should not appear
```

View File

@ -27,6 +27,7 @@
onchange={{action "updateValue"}}
onkeyup={{action (action "handleKeyUp" this.name) value="target.value"}}
value={{this.value}}
spellcheck="false"
data-test-textarea
></textarea>
{{/if}}