Actions
Bug #5874
closedjQuery Validate skips a radio/checkbox input if 1 option hidden
Description
When using a radio or multicheckbox field and the first option is hidden it cuases the required validation to be ignored for the input. For example in CBSubs have the first plan set to hide and marked exclusive then have the second plan visible and marked exclusive. The jQuery validation will skip the CBSubs plan selector input.
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
Needs retesting as this scenario seams working fine now.
Updated by krileon almost 8 years ago
Confirmed, but seams to only specifically affect CBSubs oddly enough. Radio fields and Multi-Checkbox fields work fine even with first value hidden.
Updated by krileon almost 8 years ago
Seams to be a deeper issue present. The form isn't validating most fields correctly on pressing submit. Appears to be due to cbremote check.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1182
Actions