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

Method hasValue

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

Source from the content-addressed store, hash-verified

658 };
659
660 private hasValue(): boolean {
661 return this.getValue().length > 0;
662 }
663
664 /**
665 * Renders the helper text or error text values

Callers 3

checkClearOnEditMethod · 0.95
renderMethod · 0.95
valueChangedMethod · 0.45

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected