Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ setValue
Method
setValue
core/src/components/select/select.tsx:284–287 ·
view source on GitHub ↗
(value?: any | null)
Source
from the content-addressed store, hash-verified
282
}
283
284
private setValue(value?: any | null) {
285
this.value = value;
286
this.ionChange.emit({ value });
287
}
288
289
async connectedCallback() {
290
const { el } = this;
Callers
3
createActionSheetButtons
Method · 0.95
createOverlaySelectOptions
Method · 0.95
openAlert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected