Newest EFB
This commit is contained in:
@@ -4,6 +4,7 @@ import Keyboard from '../keyboard/Keyboard';
|
||||
|
||||
export default function Input(props: {
|
||||
type?: string;
|
||||
topKeyboard?: boolean;
|
||||
value: any;
|
||||
min?: number;
|
||||
max?: number;
|
||||
@@ -66,6 +67,7 @@ export default function Input(props: {
|
||||
{showKeyboard && (
|
||||
<Keyboard
|
||||
ref={keyboardRef}
|
||||
top={props.topKeyboard}
|
||||
value={String(props.value)}
|
||||
blurRef={blurRef}
|
||||
onInput={(value) => props.onChange && props.onChange(value)}
|
||||
|
||||
Reference in New Issue
Block a user