MCPcopy Create free account
hub / github.com/UI5/webcomponents / onEnterDOM

Method onEnterDOM

packages/main/src/MultiComboBox.ts:648–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646 }
647
648 onEnterDOM() {
649 ResizeHandler.register(this, this._handleResizeBound);
650 this._enableComposition();
651 this._effectiveValueState = this.valueState;
652 }
653
654 onExitDOM() {
655 ResizeHandler.deregister(this, this._handleResizeBound);

Callers

nothing calls this directly

Calls 2

_enableCompositionMethod · 0.95
registerMethod · 0.45

Tested by

no test coverage detected