cferdinandi / validate

A lightweight form validation script.
MIT License
230 stars 39 forks source link

Problem with the fields that form the data array #23

Closed Semdevmaster closed 7 years ago

Semdevmaster commented 7 years ago

Such error is displayed in the browser console: Failed to execute 'querySelector' on 'Element': '.error-message#error-for-productName[]' is not a valid selector

cferdinandi commented 7 years ago

Missing a reduced test case: https://github.com/cferdinandi/validate/blob/master/CONTRIBUTING.md

Will reopen issue after one is provided.