Prevents Enter from submitting the jot form in the ACL search field
- Disable browser autocomplete in jot ACL search field
This commit is contained in:
parent
341046e3a0
commit
cba40dc9fd
3 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
<div id="acl-wrapper">
|
||||
<input id="acl-search">
|
||||
<input id="acl-search" autocomplete="off">
|
||||
<a id="acl-showall">{{$showall}}</a>
|
||||
<div id="acl-list">
|
||||
<div id="acl-list-content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue