-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error if labels are not used is unclear #2
Comments
Sorry to hear you are getting this error. ☹ I'm not going to be able to fix this myself because I don't have a Mac. If you are able to figure out what is going wrong then I might be able to fix it. |
I realize it's because my inputs didn't have an associated |
Thanks for figuring out what the issue was. I think I might both update the docs and throw a clearer error message if there is no label attached to the input. |
Adding a clear missing label error message to make it easy to understand what is going wrong if you have not provided a label. I've also added support for more valid input labelling options. This fixes this issue: #2
Fixed in v1.0.5 |
I'm trying to use this library in Safari and running into this error:
undefined is not an object (evaluating 'l(e).textContent')
. Points me toindex.js:29
which says:Any thoughts? I've added the package through CDN and imported it into my JS. Would appreciate any help!
The text was updated successfully, but these errors were encountered: