Skip to content

Commit

Permalink
fix text input mask style (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlucas authored Nov 13, 2023
1 parent 2d91384 commit 82bdc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformbuilders/fluid-react",
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"description": "Builders React for Fluid Design System",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/components/TextInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const TextInput: FC<TextInputType> = ({
onAccept={onAccept}
autoFocus={autoFocus}
hasError={hasError}
{...rest}
/>
) : (
<Input
Expand Down

0 comments on commit 82bdc00

Please sign in to comment.