We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a347fa6 commit 0fa67edCopy full SHA for 0fa67ed
1 file changed
src/controls/dynamicForm/DynamicForm.tsx
@@ -1181,12 +1181,7 @@ export class DynamicFormBase extends React.Component<
1181
choices.push({ key: element, text: element });
1182
});
1183
1184
- if (field.FormatType === 1) {
1185
- choiceType = ChoiceFieldFormatType.RadioButtons;
1186
- }
1187
- else {
1188
- choiceType = ChoiceFieldFormatType.Dropdown;
1189
+ choiceType = ChoiceFieldFormatType.Dropdown;
1190
}
1191
1192
// Setup Note, Number and Currency fields
0 commit comments