Closed dmuharemagic closed 1 year ago
One of the latest updates of react-hook-form (7.48.0) breaks passing the disabled prop to the underlying Ant component.
react-hook-form
disabled
This fixes the aforementioned behaviour and allows the users to pass the disabled prop the controller directly, resolving issue #36.
close #36
@all-contributors please add @dmuharemagic for code, bug
@jsun969
I've put up a pull request to add @dmuharemagic! :tada:
One of the latest updates of
react-hook-form
(7.48.0) breaks passing thedisabled
prop to the underlying Ant component.This fixes the aforementioned behaviour and allows the users to pass the
disabled
prop the controller directly, resolving issue #36.