Skip to content

Commit

Permalink
docs: 更新更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Jun 25, 2023
1 parent 3db8b88 commit ed2735e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- 重构 `f-input` 组件样式
- 废除 `f-input` 组件 `background``active-background``active-border-color` 配置项
- 重构 `f-textarea` 组件样式

## 0.50.1 (2023-06-21)

Expand Down
2 changes: 0 additions & 2 deletions packages/fighting-design/textarea/src/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export const Props = {
disabled: setBooleanProp(),
/** 是否自适应高度 */
autoHeight: setBooleanProp(),
/** 自适应高度多少行之后显示滚动条 */
autoMaxRows: setNumberProp(7),
/**
* 最大输入长度
*
Expand Down

0 comments on commit ed2735e

Please sign in to comment.