Fix parsing values of option elements in forms #162
Reference in New Issue
Block a user
Delete Branch "fix/form-option-element"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix a bug where the value of
<option>would not get sent if falsyAccording to the spec, the value attribute should be sent if it exists, even if it's falsy.
Don't send an
<option>tag if it's disabled, even if it's selected.Fixes #158.
LGTM 👍