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

Method formValidity

packages/main/src/TimePicker.ts:401–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399 }
400
401 get formValidity(): ValidityStateFlags {
402 return {
403 valueMissing: this.required && !this.value,
404 patternMismatch: !this.isValidValue(this.value),
405 };
406 }
407
408 async formElementAnchor() {
409 return (await this.getFocusDomRefAsync() as UI5Element)?.getFocusDomRefAsync();

Callers

nothing calls this directly

Calls 1

isValidValueMethod · 0.95

Tested by

no test coverage detected