Inconsistency fix
This commit is contained in:
parent
702f52f1c9
commit
2bfb856f07
@ -370,7 +370,7 @@ function InputTag(props: InputFiledByTypeProps & { fieldIndex: number | undefine
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
onBlur={() =>
|
onBlur={() =>
|
||||||
props.formValidationDispatch({
|
formValidationDispatch({
|
||||||
action: "focus lost",
|
action: "focus lost",
|
||||||
name: attribute.name,
|
name: attribute.name,
|
||||||
fieldIndex: fieldIndex
|
fieldIndex: fieldIndex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user