Closed koddsson closed 7 years ago
In fela we need to whitelist all the props we want to be passed down to the wrapped component.
This PR adds the disabled property to the prop types of the Input component.
disabled
Input
In fela we need to whitelist all the props we want to be passed down to the wrapped component.
This PR adds the
disabled
property to the prop types of theInput
component.