You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If true, the valueChange event will return null instead of 0 for an empty input state. This property will be removed in 5.0.0 and this behaviour will be default.
2510
+
* @since 4.1.0
2511
+
* @default false
2512
+
*/
2513
+
"allowEmptyValueChange": boolean;
2508
2514
/**
2509
2515
* The allowed characters pattern for the input field
* If true, the valueChange event will return null instead of 0 for an empty input state. This property will be removed in 5.0.0 and this behaviour will be default.
8436
+
* @since 4.1.0
8437
+
* @default false
8438
+
*/
8439
+
"allowEmptyValueChange"?: boolean;
8428
8440
/**
8429
8441
* The allowed characters pattern for the input field
0 commit comments