We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ba0ab commit 17c752dCopy full SHA for 17c752d
src/types/UISchema.type.ts
@@ -3,7 +3,8 @@ import { UIWidgetType } from './ui/UIWidget.type';
3
import { UISchemaPageType } from './ui/UIPage.type';
4
import { UISchemaValidations } from './ui/UIValidations.type';
5
6
-interface UISchemaAutoCompleteProps<T> extends Omit<AutocompleteProps<{}, boolean, boolean, false>, 'options' | 'renderInput'> {
+interface UISchemaAutoCompleteProps<T> extends
7
+Omit<AutocompleteProps<{}, boolean, boolean, false>, 'options' | 'renderInput'> {
8
options?: ReadonlyArray<T>;
9
renderInput?: any;
10
}
0 commit comments