Skip to content

Bug fix for Autotrack inadvertently removing form.inputs in certain cases

Compare
Choose a tag to compare
@evnp evnp released this 02 Feb 16:49
· 965 commits to master since this release

v2.16.0 made it possible for replace to be called on an input element if it has id="name" or name="id". This revision guards against this by ensuring type is string before calling any replace.