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