mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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,
|
key: true,
|
||||||
display: displayContent('emailaddress'),
|
display: displayContent('emailaddress'),
|
||||||
inputClass: 'emailaddress',
|
inputClass: 'emailaddress',
|
||||||
|
create: true,
|
||||||
listClass: 'emailaddress'
|
listClass: 'emailaddress'
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue