diff --git a/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx b/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx index 76097ab..8362f5c 100644 --- a/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx +++ b/src/Pages/BookingScreen/Components/BSCombo/BSC1Search.jsx @@ -1204,6 +1204,7 @@ export default function BSC1Search(props) { let ProdNamedata = ProductList?.find((item) => item.ProdName === data); const removedDefault = removeDefaultVariantStock(ProdNamedata); setSelectedProduct(removedDefault); + formRef.current.resetFields(['ItemName']); }; const ProductSelected = (item) => { if (item.OverAllExpStatus == 'Y') {