Skip to content

Commit

Permalink
fix: diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Dec 20, 2024
1 parent 8ed389a commit 56c86fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/components/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export function TextInput({
<input
aria-label={ariaLabel}
data-testid="ockTextInput_Input"
className={className}
type="text"
className={className}
inputMode={inputMode}
placeholder={placeholder}
value={value}
Expand Down

0 comments on commit 56c86fd

Please sign in to comment.