Skip to content

Commit

Permalink
fix: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Jan 8, 2025
1 parent 7b101b5 commit 37edcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/atoms/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Input = ({
};
}, [Colors.text, multiline, writingStyle]);

const displayKeayboard = useMemo(() => {
const displayKeyboard = useMemo(() => {
switch (virtualKeyboardVisibility) {
case Keyboard.visibility.Always:
return true;
Expand Down Expand Up @@ -121,7 +121,7 @@ const Input = ({
multiline={multiline}
numberOfLines={numberOfLines}
onBlur={onEndFocus}
showSoftInputOnFocus={displayKeayboard}
showSoftInputOnFocus={displayKeyboard}
autoFocus={isFocus}
onContentSizeChange={onContentSizeChange}
/>
Expand Down

0 comments on commit 37edcb4

Please sign in to comment.