Update to 1.1.14
This commit is contained in:
@@ -5,11 +5,11 @@ import Keyboard from '../keyboard/Keyboard';
|
||||
export default function Input(props: {
|
||||
type?: string;
|
||||
topKeyboard?: boolean;
|
||||
value: any;
|
||||
value: number | string;
|
||||
min?: number;
|
||||
max?: number;
|
||||
step?: number;
|
||||
placeholder?: any;
|
||||
placeholder?: string;
|
||||
className?: string;
|
||||
disabled?: boolean;
|
||||
onChange?: (value: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user