feat(Form): scrollToField can scroll to bottom (#6335)

This commit is contained in:
neverland
2020-05-21 19:15:50 +08:00
committed by GitHub
parent 6630816742
commit 96ef2557c2
4 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -457,12 +457,12 @@ export default {
Use [ref](https://vuejs.org/v2/api/#ref) to get Form instance and call instance methods
| Name | Description | Attribute | Return value |
| ---------------------- | ---------------- | --------------- | ------------ |
| submit | Submit form | - | - |
| validate | Validate form | _name?: string_ | _Promise_ |
| resetValidation | Reset validation | _name?: string_ | - |
| scrollToField `v2.5.2` | Scroll to field | _name: string_ | - |
| Name | Description | Attribute | Return value |
| --- | --- | --- | --- |
| submit | Submit form | - | - |
| validate | Validate form | _name?: string_ | _Promise_ |
| resetValidation | Reset validation | _name?: string_ | - |
| scrollToField `v2.8.2` | Scroll to field | _name: string, alignToTop: boolean_ | - |
### Slots