change icon field and handle change value field type number
This commit is contained in:
@@ -7,7 +7,7 @@ function AutoCompleteSelect({ list, isError, updateData, name, label }) {
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
options={list}
|
||||
className="!w-full !rounded-lg"
|
||||
className="!w-full !rounded-lg auto-complete-selector"
|
||||
onChange={(event) => {
|
||||
updateData && updateData(event.target.innerText, "value", name);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user