Skip to content

Commit

Permalink
fix(odyssey-react-mui): fix input mode attr
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Feb 1, 2024
1 parent 8d59ea7 commit 840b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const TextField = forwardRef<HTMLInputElement, TextFieldProps>(
"aria-errormessage": errorMessageElementId,
"aria-labelledby": labelElementId,
"data-se": testId,
inputmode: inputMode,
inputMode,
}}
inputRef={localInputRef}
multiline={isMultiline}
Expand Down

0 comments on commit 840b4a3

Please sign in to comment.