This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed small issue with pulling form name
In some occasion, trying to find the parent form and the form name of an input element was giving the wrong result. We should call instead `form.getAttribute("name")` for correct result.
- Loading branch information