Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Fixed small issue with pulling form name

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 02 Nov 03:34
· 96 commits to master since this release
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.