mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(input, textarea) remove unused event (#29183)
This commit is contained in:
@ -22,7 +22,7 @@ import type { SlotMutationController } from '@utils/slot-mutation-controller';
|
||||
import { createColorClasses, hostContext } from '@utils/theme';
|
||||
|
||||
import { getIonMode } from '../../global/ionic-global';
|
||||
import type { Color, StyleEventDetail } from '../../interface';
|
||||
import type { Color } from '../../interface';
|
||||
import { getCounterText } from '../input/input.utils';
|
||||
|
||||
import type { TextareaChangeEventDetail, TextareaInputEventDetail } from './textarea-interface';
|
||||
@ -276,12 +276,6 @@ export class Textarea implements ComponentInterface {
|
||||
*/
|
||||
@Event() ionInput!: EventEmitter<TextareaInputEventDetail>;
|
||||
|
||||
/**
|
||||
* Emitted when the styles change.
|
||||
* @internal
|
||||
*/
|
||||
@Event() ionStyle!: EventEmitter<StyleEventDetail>;
|
||||
|
||||
/**
|
||||
* Emitted when the input loses focus.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user