MCPcopy Create free account
hub / github.com/UI5/webcomponents / setup

Method setup

packages/main/src/Input.ts:1496–1499  ·  view source on GitHub ↗
(Suggestions: typeof InputSuggestions)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 2

getInputDOMRefSyncMethod · 0.95
addEventListenersMethod · 0.80

Tested by

no test coverage detected