Bill Watson

Results 3 comments of Bill Watson

@davidohlin you can define the `defaultProps` to your component to get rid of this error: ```JS import React from 'react'; import PropTypes from 'prop-types'; export const TextInput = props =>...

@tannerlinsley do you think you can change the default behavior of a field value as controlled? Setting the `defaultProps` or using the `defaultValue` prop seems like a workaround. ```JS import...

any support in the future for this feature request?