Skip to content

docs: adjustKeyboardTo 类型修正 #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/forms/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class PageView extends Component {
| showCount | `boolean` | `true` | 否 | 是否渲染字数统计功能(是否删除默认计数器/是否显示字数统计)。 |
| controlled | `boolean` | `false` | 否 | 是否为受控组件。为 true 时,value 内容会完全受 setData 控制。 |
| ariaLabel | `string` | | 否 | 无障碍访问,(属性)元素的额外描述 |
| adjustKeyboardTo | `boolean` | `false` | 否 | 键盘对齐位置 |
| adjustKeyboardTo | "cursor" or "bottom" | `cursor` | 否 | 键盘对齐位置 |
| onFocus | `CommonEventFunction<onFocusEventDetail>` | | 否 | 输入框聚焦时触发 |
| onBlur | `CommonEventFunction<onBlurEventDetail>` | | 否 | 输入框失去焦点时触发 |
| onLineChange | `CommonEventFunction<onLineChangeEventDetail>` | | 否 | 输入框行数变化时调用 |
Expand Down