save data modal & change list selectors & handle redirect in modal page doctors
This commit is contained in:
@@ -17,11 +17,11 @@ function AutoCompleteSelect({
|
||||
disablePortal
|
||||
options={list}
|
||||
disabled={disabled}
|
||||
value={value || null}
|
||||
ListboxProps={listboxProps}
|
||||
value={value || null}
|
||||
className="!w-full !rounded-lg auto-complete-selector"
|
||||
onChange={(event, newValue) => {
|
||||
updateData && updateData(newValue ? newValue.label : "", name);
|
||||
onChange={(e, newValue) => {
|
||||
updateData && updateData(newValue || "", name);
|
||||
}}
|
||||
sx={{
|
||||
...styleTextSelectRight,
|
||||
|
||||
Reference in New Issue
Block a user