change bg of auto-selector, remove value of search from url when click on x button on autoselector, remove to set data of search field in clinics page, fix remove data and update state filter after click on clearAll text in autoselector of doctors age
This commit is contained in:
@@ -28,8 +28,9 @@ function Fields({ city, state }) {
|
||||
<ButtonFilter setOpen={setOpen} selected={data} />
|
||||
</ModalSearchCity>
|
||||
<span className="black w-px bg-[#EFEFEF]"></span>
|
||||
<div className=" !w-full lg:!w-[524px]">
|
||||
<div className="!w-full lg:!w-[524px] flex items-center justify-start">
|
||||
<AutoCompleteSearch
|
||||
noneBg={true}
|
||||
data={specialtiesData}
|
||||
inputValue={data.search}
|
||||
handleSearch={(e) => setData({ data, search: e })}
|
||||
|
||||
Reference in New Issue
Block a user