ianstormtaylor / react-values

A set of tiny React components for handling state with render props.
https://git.io/react-values
MIT License
1.02k stars 39 forks source link

add `disabled` prop #15

Closed ianstormtaylor closed 6 years ago

ianstormtaylor commented 6 years ago

This adds a disabled prop that will cause the helper components to ignore any transforms, as an easy way to ignore them without having to manage your own disabled state.

Fixes https://github.com/ianstormtaylor/react-values/issues/4