react-hook-form 7.46.0 → 7.46.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -444,6 +444,7 @@ function useController(props) {
444
444
  field: {
445
445
  name,
446
446
  value,
447
+ disabled,
447
448
  onChange: React.useCallback((event) => _registerProps.current.onChange({
448
449
  target: {
449
450
  value: getEventValue(event),