Skip to content

Commit

Permalink
Merge pull request #86 from wpmudev/fix/input-extra-space
Browse files Browse the repository at this point in the history
πŸ› fix(react-input): Remove extra space when passing the 'Input' props.
  • Loading branch information
iamleigh authored Apr 14, 2021
2 parents e769b27 + f5ca5dc commit a4f7cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-input/lib/react-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Input = ( {
id={ uniqueId }
type={ type }
className={ clazz }
{ ... props }
{ ...props }
/>
{ description && (
<p className="sui-description">{ description }</p>
Expand Down

0 comments on commit a4f7cf5

Please sign in to comment.