mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
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:
3
changelog/15681.txt
Normal file
3
changelog/15681.txt
Normal 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
|
||||
```
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user