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.
- package/build/components/field/index.js +1 -1
- package/dist/gd-sprest-bs-icons.js +252 -252
- package/dist/gd-sprest-bs-icons.min.js +1 -1
- package/dist/gd-sprest-bs.js +5 -5
- package/dist/gd-sprest-bs.min.js +1 -1
- package/package.json +3 -3
- package/pnpm-lock.yaml +9 -9
- package/src/components/field/index.ts +1 -1
|
@@ -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: "",
|