change function of fliter sort, modal and locate set new data and change it and update
This commit is contained in:
@@ -18,7 +18,12 @@ function AutoCompleteSelect({
|
||||
disablePortal
|
||||
options={list}
|
||||
disabled={disabled}
|
||||
ListboxProps={listboxProps}
|
||||
ListboxProps={{
|
||||
style: {
|
||||
maxHeight: 200,
|
||||
overflow: "auto",
|
||||
},
|
||||
}}
|
||||
value={value || null}
|
||||
getOptionLabel={(option) => {
|
||||
if (typeof option === "string") return option;
|
||||
|
||||
Reference in New Issue
Block a user