mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-08 22:50:22 +01:00
Remove invalid HTML attributes from textarea
This commit is contained in:
parent
d1fdb877ef
commit
0045f07965
@ -367,8 +367,7 @@
|
|||||||
on-screen keyboard. Let's hope Chrome implements the ime-mode
|
on-screen keyboard. Let's hope Chrome implements the ime-mode
|
||||||
style for example -->
|
style for example -->
|
||||||
<textarea id="noVNC_keyboardinput" autocapitalize="off"
|
<textarea id="noVNC_keyboardinput" autocapitalize="off"
|
||||||
autocorrect="off" autocomplete="off" spellcheck="false"
|
autocomplete="off" spellcheck="false" tabindex="-1"></textarea>
|
||||||
mozactionhint="Enter" tabindex="-1"></textarea>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<audio id="noVNC_bell">
|
<audio id="noVNC_bell">
|
||||||
|
Loading…
Reference in New Issue
Block a user