To use this component you will need to add your own tester:
... export const AutocompleteControlRendererTester: RankedTester = rankWith(2, isEnumControl); ...
Add the tester and renderer to JSONForms registry:
... { tester: AutocompleteControlRendererTester, renderer: AutocompleteControlRenderer }, ...
Furthermore you need to update your module.
... imports: [JsonFormsAngularMaterialModule, MatAutocompleteModule], declarations: [AutocompleteControlRenderer] ...
Protected
Static
To use this component you will need to add your own tester:
Add the tester and renderer to JSONForms registry:
Furthermore you need to update your module.