MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / getValue

Method getValue

core/src/components/input/input.tsx:561–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 private getValue(): string {
562 return typeof this.value === 'number' ? this.value.toString() : (this.value || '').toString();
563 }
564
565 private onInput = (ev: InputEvent | Event) => {
566 const input = ev.target as HTMLInputElement | null;

Callers 3

valueChangedMethod · 0.95
hasValueMethod · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected