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

Method getFirstInteractive

core/src/components/item/item.tsx:262–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 }
261
262 private getFirstInteractive() {
263 const controls = this.el.querySelectorAll<HTMLElement>(
264 'ion-toggle:not([disabled]), ion-checkbox:not([disabled]), ion-radio:not([disabled]), ion-select:not([disabled]), ion-input:not([disabled]), ion-textarea:not([disabled])'
265 );
266 return controls[0];
267 }
268
269 render() {
270 const {

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected