()
| 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 { |