feat(Form): scrollToField can scroll to bottom (#6335)
This commit is contained in:
Vendored
+1
-1
@@ -7,5 +7,5 @@ export class Form extends VanComponent {
|
||||
|
||||
resetValidation(name?: string): void;
|
||||
|
||||
scrollToField(name: string): void;
|
||||
scrollToField(name: string, options?: boolean | ScrollIntoViewOptions): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user