-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate readCheckboxUncheckedValues into the new serializeArray met…
…hod to simplify the serialization process for unchecked checkboxes
- Loading branch information
1 parent
5d0c68d
commit 4458bc7
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@marioizquierdo There are two problems:
getCheckboxUncheckedValue
returns a string value, which should throw an exception when it is not a string by callingval.replace(rCRLF, '\r\n')
.radio
is not a checkbox, and it has broken when we want to only set unchecked value forinput[type=checkbox]