(Suggestions: typeof InputSuggestions)
| 1494 | } |
| 1495 | |
| 1496 | const setup = (Suggestions: typeof InputSuggestions) => { |
| 1497 | Suggestions.i18nBundle = Input.i18nBundle; |
| 1498 | this.Suggestions = new Suggestions(this, "suggestionItems", true, false); |
| 1499 | }; |
| 1500 | |
| 1501 | // If the feature is preloaded (the user manually imported InputSuggestions.js), it is already available on the constructor |
| 1502 | if (Input.SuggestionsClass) { |
nothing calls this directly
no test coverage detected