Skip to content

Commit

Permalink
fix: textarea 默认rows
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Jan 22, 2024
1 parent 50d0c78 commit e890f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quarkd/src/textarea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TextArea extends QuarkElement {
name = "";

@property()
rows = 2;
rows = 1;

@property({
type: Boolean,
Expand Down

0 comments on commit e890f2a

Please sign in to comment.