Skip to content

Commit

Permalink
docs: remove old API from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Feb 25, 2024
1 parent 5c4cd9c commit b167a4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/reference/fieldApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ A class representing the API for managing a form field.

- Swaps the values at the specified indices.

- ```tsx
getSubField<TSubName, TSubData>(name: TName): FieldApi<TData, TSubName, ValidatorType, TSubData>
```

- Gets a subfield instance.

- ```tsx
validate(): Promise<any>
```
Expand Down

0 comments on commit b167a4c

Please sign in to comment.