@secondstaxorg/sscomp 2.0.15 → 2.0.16
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27142,10 +27142,10 @@ const Selector = (props) => {
|
|
|
27142
27142
|
}
|
|
27143
27143
|
}else {
|
|
27144
27144
|
//remove the object for other when the field is cleared
|
|
27145
|
-
|
|
27146
|
-
|
|
27147
|
-
|
|
27148
|
-
|
|
27145
|
+
if(selectedOptions && selectedOptions.length > 0 && selectedOptions[0].label== 'Other'){
|
|
27146
|
+
setSelectedOptions([]);
|
|
27147
|
+
selectedItem(null);
|
|
27148
|
+
}
|
|
27149
27149
|
}
|
|
27150
27150
|
}
|
|
27151
27151
|
},[otherVal]);
|