luci-base: mark password template dummy field as hidden
Mark the dummy input field as aria-hidden, should fix #2063. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
18805b896a
commit
98d4eb1695
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<%+cbi/valueheader%>
|
||||
<%- if self.password then -%>
|
||||
<input type="password" style="position:absolute; left:-1000px"<%=
|
||||
<input type="password" style="position:absolute; left:-1000px" aria-hidden="true"<%=
|
||||
attr("name", "password." .. cbid)
|
||||
%> />
|
||||
<%- end -%>
|
||||
|
|
Loading…
Reference in a new issue