keeps calling parent functions #1044
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a parent and a child, both of which have file upload.
In the parent on (change) function I have function A and in the child I have function B
on change of the child file input function A is called instead of function B.