Skip to content

Commit b9dd7e0

Browse files
committed
chore: typings fix
1 parent 8ff6930 commit b9dd7e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/textfield/textfield.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
UpdateTextTrigger,
1212
WhiteSpace
1313
} from '@nativescript/core/ui/editable-text-base/editable-text-base';
14-
import { KeyboardType } from './textfield.common';
1514

1615
type PropType<TObj, TProp extends keyof TObj> = TObj[TProp];
1716

@@ -31,7 +30,7 @@ export class TextField extends NTextField {
3130
placeholderColor: Color;
3231
variant: string;
3332
error: string;
34-
// keyboardType: KeyboardType
33+
digits: string;
3534

3635
focus();
3736
blur();

0 commit comments

Comments
 (0)