gd-sprest-bs 9.6.9 → 9.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -207,7 +207,7 @@ var Field = function (props) {
207
207
  // Get the items
208
208
  var items = getChoiceItems(displayRadioButtons, props.field, props.value);
209
209
  // See if this is not a required field
210
- if (!isRequired) {
210
+ if (!isRequired && !displayRadioButtons) {
211
211
  // Add a blank entry
212
212
  items = [{
213
213
  text: "",