D4310 new input section (#447)
* fix password reset bug * bottom margin * fix implicit custom validation, field margin * fix custom validation error condition --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -68,7 +68,7 @@ export default {
|
||||
"field.id": {
|
||||
handler() {
|
||||
// On field change, reset validation
|
||||
this.validation = this.field.validation.error_conditions || {
|
||||
this.validation = this.field?.validation?.error_conditions || {
|
||||
conditions: null,
|
||||
actions: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user