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

Method valueChanged

core/src/components/datetime/datetime.tsx:426–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 */
425 @Watch('value')
426 protected async valueChanged() {
427 const { value } = this;
428
429 if (this.hasValue()) {
430 this.processValue(value);
431 }
432
433 this.emitStyle();
434 this.ionValueChange.emit({ value });
435 }
436
437 /**
438 * If `true`, a header will be shown above the calendar

Callers

nothing calls this directly

Calls 3

emitStyleMethod · 0.95
processValueMethod · 0.80
hasValueMethod · 0.45

Tested by

no test coverage detected