redux-form allows the use of custom Input components like `<Field component={CustomComponent} />` is there a way to do this with this library?
redux-form allows the use of custom Input components like
<Field component={CustomComponent} />is there a way to do this with this library?