[#7648] fixed firefox autoexpandable input and updated dark theme colors
This commit is contained in:
@@ -1242,6 +1242,7 @@ function authFieldPassword(collection, data) {
|
||||
id: uniqueId + "_password",
|
||||
spellcheck: false,
|
||||
name: "password",
|
||||
className: "inline-error",
|
||||
autocomplete: "new-password",
|
||||
required: () => local.isNew || local.changePassword,
|
||||
value: () => data.record.password || "",
|
||||
@@ -1268,6 +1269,7 @@ function authFieldPassword(collection, data) {
|
||||
id: uniqueId + "_password_confirm",
|
||||
spellcheck: false,
|
||||
name: "passwordConfirm",
|
||||
className: "inline-error",
|
||||
autocomplete: "new-password",
|
||||
required: () => local.isNew || local.changePassword,
|
||||
value: () => data.record.passwordConfirm || "",
|
||||
|
||||
Reference in New Issue
Block a user