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

Method groupSeparator

packages/main/src/StepInput.ts:463–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461 }
462
463 get groupSeparator() {
464 if (!this._groupSeparator) {
465 const localeData = getCachedLocaleDataInstance(getLocale());
466 this._groupSeparator = localeData.getNumberSymbol("group") || ",";
467 }
468
469 return this._groupSeparator;
470 }
471
472 get input(): Input {
473 return this.shadowRoot!.querySelector<Input>("[ui5-input]")!;

Callers

nothing calls this directly

Calls 2

getLocaleFunction · 0.85

Tested by

no test coverage detected