diff --git a/src/components/input/input.tsx b/src/components/input/input.tsx index 4ee8f987ec..7851699f66 100644 --- a/src/components/input/input.tsx +++ b/src/components/input/input.tsx @@ -160,6 +160,7 @@ export const Input = forwardRef((p, ref) => { max={props.max} min={props.min} autoComplete={props.autoComplete} + enterKeyHint={props.enterKeyHint} autoFocus={props.autoFocus} pattern={props.pattern} inputMode={props.inputMode}