cloudflare / cf-ui

:gem: Cloudflare UI Framework
Other
1.29k stars 81 forks source link

feat(cf-component-input): allow flex on input #312

Closed koddsson closed 7 years ago

koddsson commented 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.