tp-react-elements-dev 1.6.1 → 1.6.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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52844,7 +52844,7 @@ const SingleSelectSearchApi = ({ props }) => {
|
|
|
52844
52844
|
});
|
|
52845
52845
|
return () => controller.abort();
|
|
52846
52846
|
// }
|
|
52847
|
-
}, [searchValue, props.item.ApiInstance, (_a = props === null || props === void 0 ? void 0 : props.item) === null || _a === void 0 ? void 0 : _a.autoFIll]);
|
|
52847
|
+
}, [searchValue, props.getValues(props.item.name), props.item.ApiInstance, (_a = props === null || props === void 0 ? void 0 : props.item) === null || _a === void 0 ? void 0 : _a.autoFIll]);
|
|
52848
52848
|
React$1.useEffect(() => {
|
|
52849
52849
|
var _a;
|
|
52850
52850
|
if ((_a = props.item) === null || _a === void 0 ? void 0 : _a.ApiInstanceReferal) {
|