添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is your feature request related to a problem? Please describe.
Calling reset(values, { keepDefaultValues: true }) on a form doesn't update input values with the given values.

Describe the solution you'd like
I would like to be able to reset the form with values while keeping the original defaultValues.

Describe alternatives you've considered
While I could call setValue for each field, that becomes cumbersome with a large amount of fields.

Additional context
Discussion #6710