Skip to content

Commit

Permalink
fix: label alignment prop in input set as optional (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeandroTorresSicilia committed Sep 25, 2020
1 parent 408b6da commit 0f9824f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-rainbow-components",
"version": "1.18.0",
"version": "1.18.1",
"description": "React Rainbow Components",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Input/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface InputProps extends BaseProps {
name?: string;
type?: InputType;
label?: ReactNode;
labelAlignment: labelAlignment;
labelAlignment?: labelAlignment;
hideLabel?: boolean;
placeholder?: string;
icon?: ReactNode;
Expand Down

0 comments on commit 0f9824f

Please sign in to comment.