Skip to content

Commit

Permalink
fix(material): pass the size property
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Dec 22, 2022
1 parent 401f173 commit 9d5860d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-turtles-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suid/material": patch
---

Fix the `size` property in `TextField` component
1 change: 1 addition & 0 deletions packages/material/src/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ const TextField = $.component(function TextField({
onFocus={props.onFocus}
placeholder={props.placeholder}
inputProps={props.inputProps}
size={props.size}
{...InputMore()}
{...(props.InputProps || {})}
/>
Expand Down

0 comments on commit 9d5860d

Please sign in to comment.