Skip to content

Commit

Permalink
fix: input enterKeyHint has wrong action btn on IOS (#6607)
Browse files Browse the repository at this point in the history
Co-authored-by: Szn <[email protected]>
  • Loading branch information
szn796 and Szn authored Apr 23, 2024
1 parent 8bd3d17 commit 3330b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const Input = forwardRef<InputRef, InputProps>((p, ref) => {
max={props.max}
min={props.min}
autoComplete={props.autoComplete}
enterKeyHint={props.enterKeyHint}
autoFocus={props.autoFocus}
pattern={props.pattern}
inputMode={props.inputMode}
Expand Down

0 comments on commit 3330b9a

Please sign in to comment.