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
merged 1 commit into from
Nov 18, 2019
Merged

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

merged 1 commit into from
Nov 18, 2019

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

@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.

2 participants