Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
render
Method · 0.95
Calls
1
getText
Method · 0.95
Tested by
no test coverage detected