We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719476 commit 84380e6Copy full SHA for 84380e6
1 file changed
packages/devextreme/js/__internal/ui/date_box/date_box.mask.ts
@@ -55,7 +55,7 @@ class DateBoxMask extends DateBoxBase {
55
56
_wasAllSelectedBeforeComposition = false;
57
58
- _supportedKeys(): Record<string, (e: KeyboardEvent) => boolean | undefined> {
+ _supportedKeys(): Record<string, (e: KeyboardEvent) => unknown> {
59
const originalHandlers = super._supportedKeys();
60
const callOriginalHandler = (e: KeyboardEvent): unknown => {
61
const normalizedKeyName = normalizeKeyName(e);
0 commit comments