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

Method _handleResize

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

Source from the content-addressed store, hash-verified

658 }
659
660 _handleResize() {
661 this._inputWidth = this.offsetWidth;
662 }
663
664 _handleMobileInput(e: CustomEvent<InputEventDetail>) {
665 if (!this.open || this.readonly) {

Callers 1

onAfterRenderingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected