mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
docs: update input semantic dom doc (#41524)
* 📝 docs: update input semantic dom doc
* chore: format
* docs: update
* docs: update
This commit is contained in:
parent
0727593674
commit
f6523f48a9
@ -120,6 +120,26 @@ Supports all props of `Input`.
|
||||
| blur | Remove focus | - | |
|
||||
| focus | Get focus | (option?: { preventScroll?: boolean, cursor?: 'start' \| 'end' \| 'all' }) | option - 4.10.0 |
|
||||
|
||||
### Semantic DOM
|
||||
|
||||
#### Input
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
| Property | Description | Version |
|
||||
| --- | --- | --- |
|
||||
| input | `input` element | 5.4.0 |
|
||||
| prefix | Wrapper of prefix | 5.4.0 |
|
||||
| suffix | Wrapper of suffix | 5.4.0 |
|
||||
| count | Text count element | 5.4.0 |
|
||||
|
||||
#### Input.TextArea
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
| Property | Description | Version |
|
||||
| --- | --- | --- |
|
||||
| textarea | `textarea` element | 5.4.0 |
|
||||
| count | Text count element | 5.4.0 |
|
||||
|
||||
## Design Token
|
||||
|
||||
<ComponentTokenTable component="Input"></ComponentTokenTable>
|
||||
|
Loading…
Reference in New Issue
Block a user