fix bug selector

This commit is contained in:
Ehsan
2024-10-13 18:40:43 +03:30
parent aecba57176
commit d6b08565a1
7 changed files with 128 additions and 14 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ function AutoCompleteSelect({ list, isError, updateData, name, label }) {
disablePortal
options={list}
className="!w-full !rounded-lg"
onChange={(event) =>
onChange={(event) =>{
updateData && updateData(event.target.innerText, "value", name)
}
}}
sx={{
...styleTextSelectRight,
// Hide Icon Number