Skip to content

Fix issues related to group repeatable subsequent rows when there is a checkbox or radio input. - #304

Closed
kynetiv wants to merge 4 commits into
CMB2:trunkfrom
kynetiv:trunk
Closed

Fix issues related to group repeatable subsequent rows when there is a checkbox or radio input.#304
kynetiv wants to merge 4 commits into
CMB2:trunkfrom
kynetiv:trunk

Conversation

@kynetiv

Copy link
Copy Markdown

If there is a checkbox or radio input in the Group, the original value is needed or saving the post will not save the checkbox or radio value (subsequent post saves work because inputs will then have the required value set).
This patch conditionally adds values to radios and inputs on new repeatable rows and sets the checked attribute only on the default option (radios).
Fixes issue #257 (this will reset text inputs as well), and #246 & #263(restores radio and checkbox values on new row saves)

…a checkbox or radio input.
If the input is a checkbox or radio, the original value is needed or saving will not save the value (subsequent post saves work because inputs will then have the required value set).
This patch conditionally adds values to radios and inputs on new repeatable and sets the checked attribute only on the default option (radios).
Fixes issue CMB2#257 (this will set reset text inputs as well), and CMB2#246 & CMB2#263(restores radio and checkbox values on new row saves)
@kynetiv

Copy link
Copy Markdown
Author

Well, need to figure out how these tests are working so it can pass, but also found that there is a bug to fix when there are multiple radio options on the second subsequent new row. Will update this in a bit.

@jtsternberg

Copy link
Copy Markdown
Member

Should be good in the trunk branch. please test.

@tw2113

Copy link
Copy Markdown
Contributor

Closing as it is said to be covered already in trunk, and probably release versions now.

@tw2113tw2113 closed this Aug 2, 2016
Sign up for freeto 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.

3 participants

@kynetiv@jtsternberg@tw2113