mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(inputs): disabled handling (#16071)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface TextInputChangeEvent {
|
||||
value: string | undefined;
|
||||
value: string | undefined | null;
|
||||
}
|
||||
|
||||
export interface CheckedInputChangeEvent extends TextInputChangeEvent {
|
||||
|
||||
Reference in New Issue
Block a user