gd-sprest-bs 10.8.6 → 10.8.7
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.
|
@@ -63,8 +63,8 @@ var Field = function (props) {
|
|
|
63
63
|
break;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
//
|
|
67
|
-
if (!existsFl) {
|
|
66
|
+
// Ensure a value exists and see if this was a fill-in choice
|
|
67
|
+
if (!existsFl && selectedValue) {
|
|
68
68
|
// See if this is a checkbox
|
|
69
69
|
if (isCheckbox) {
|
|
70
70
|
// Add the item
|