empyreanmw

Results 1 comments of empyreanmw

You should use renderInput prop, so something like this ``` const defaultRenderInput = (props) => { let { onChange, value, addTag, ...other } = props; return ( ); }; ```...