feat(maas-provider): allow clearing the model AutoComplete
This commit is contained in:
@@ -177,6 +177,7 @@ const ModelItem: React.FC<ModelItemProps> = ({
|
||||
<span>
|
||||
<AutoComplete
|
||||
loading={loading}
|
||||
allowClear
|
||||
showSearch={{
|
||||
filterOption: (inputValue, option: any) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user