Skip to content

Commit

Permalink
Merge pull request #54 from scientist-softserv/51-fix-radio-buttons
Browse files Browse the repository at this point in the history
51-fix-radio-buttons
summer-cook authored Feb 6, 2024
2 parents d4c3148 + 4fa12ca commit 5fcbe73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/api/configurations.js
Original file line number Diff line number Diff line change
@@ -325,9 +325,9 @@ export const configureDynamicFormUiSchema = (schema, defaultOptions) => {
case 'checkbox':
fieldOptions['ui:widget'] = 'checkboxes'
break
// case 'radio':
// fieldOptions['ui:widget'] = 'radio'
// break
case 'radio':
fieldOptions['ui:widget'] = 'radio'
break
default:
fieldOptions['ui:inputType'] = fields[key].type
}

0 comments on commit 5fcbe73

Please sign in to comment.