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

Method delimiter

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

Source from the content-addressed store, hash-verified

452 }
453
454 get delimiter() {
455 if (!this._delimiter) {
456 const localeData = getCachedLocaleDataInstance(getLocale());
457 this._delimiter = localeData.getNumberSymbol("decimal") || ".";
458 }
459
460 return this._delimiter;
461 }
462
463 get groupSeparator() {
464 if (!this._groupSeparator) {

Callers

nothing calls this directly

Calls 2

getLocaleFunction · 0.85

Tested by

no test coverage detected