Skip to content

Commit

Permalink
chore: ref computed
Browse files Browse the repository at this point in the history
ref computed
  • Loading branch information
foxhound87 committed Mar 29, 2023
1 parent ee23fad commit 870399e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default class Field extends Base implements FieldInterface {
validationAsyncData: observable,
files: observable,
autoFocus: computed,
ref: computed,
checkValidationErrors: computed,
checked: computed,
value: computed,
Expand Down

0 comments on commit 870399e

Please sign in to comment.