MCPcopy 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

openAlertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected