handle request in modal filters, selector sort, search city with one function and field-search & handle change all data in doctors filter with one function & change modal search location in home page & set data with diffrent key in url of page doctors

This commit is contained in:
Ehsan
2025-09-12 20:51:50 +03:30
parent dbef29b9d9
commit 6414293d1c
19 changed files with 385 additions and 409 deletions
@@ -23,6 +23,11 @@ function AutoCompleteSearch({
setSelectedOption(newValue);
handleSearch(newValue ? newValue.name : "");
}}
sx={{
"& .MuiAutocomplete-input": {
background: "#ffffff !important",
},
}}
renderInput={(params) => (
<TextField
{...params}