MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / hasValue

Method hasValue

core/src/components/select/select.tsx:834–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

832 }
833
834 private hasValue(): boolean {
835 return this.getText() !== '';
836 }
837
838 private get childOpts() {
839 return Array.from(this.el.querySelectorAll('ion-select-option'));

Callers 1

renderMethod · 0.95

Calls 1

getTextMethod · 0.95

Tested by

no test coverage detected