Skip to content
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

handle more gracefully an input without name attribute + select without option child #151 #413

Merged

Conversation

syjer
Copy link
Contributor

@syjer syjer commented Nov 17, 2019

hi @danfickle , this PR handle more gracefully input/select/textarea elements without the name attribute.

Currently they launch a NullPointerException. With this PR, only a message at WARN level will be logged.

Additionally, I've added a more lenient handling for select elements without option child. (same NPE issue).

This fix issue #151

@syjer syjer force-pushed the 151-npe-form-missing-name-attribute branch from 324e667 to 72b50a4 Compare November 18, 2019 00:05
@danfickle
Copy link
Owner

A sincere thanks to @syjer for all these fixes to long standing issues!

PS. I'm about to do a release.

@danfickle danfickle merged commit 8a53d43 into danfickle:open-dev-v1 Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants