(e: InputEvent)
| 1265 | } |
| 1266 | |
| 1267 | _handleNativeInput(e: InputEvent) { |
| 1268 | const eventType: string = e.inputType || ""; |
| 1269 | |
| 1270 | this._input(e, eventType); |
| 1271 | } |
| 1272 | |
| 1273 | _input(e: CustomEvent<InputEventDetail> | InputEvent, eventType: string) { |
| 1274 | const inputDomRef = this.getInputDOMRefSync(); |