mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-18 19:59:30 +03:00
emailaddress is a key, but we want to be able to use it upon create. Closes #97
This commit is contained in:
parent
854c067e1f
commit
b850510e5a
1 changed files with 1 additions and 0 deletions
|
@ -908,6 +908,7 @@ $(document).ready(function () {
|
|||
key: true,
|
||||
display: displayContent('emailaddress'),
|
||||
inputClass: 'emailaddress',
|
||||
create: true,
|
||||
listClass: 'emailaddress'
|
||||
},
|
||||
password: {
|
||||
|
|
Loading…
Add table
Reference in a new issue