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:
parent
1c2f3c8ddf
commit
1996707b94
|
@ -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
|
||||
```
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue