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

Method _isInputValueValid

packages/main/src/StepInput.ts:764–766  ·  view source on GitHub ↗
(typedValue: string, parsedValue: number)

Source from the content-addressed store, hash-verified

762 }
763
764 _isInputValueValid(typedValue: string, parsedValue: number) {
765 return !Number.isNaN(parsedValue) && !/, {2,}/.test(typedValue);
766 }
767
768 _decSpin(e: MouseEvent) {
769 if (this._isFocused || this._decIconDisabled) {

Callers 1

_onkeydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected