Olatomide

Results 3 comments of Olatomide

Try this. works for me ``` const CustomInput = React.forwardRef((props,ref) => { return ( ) }) setFieldValue('from', moment(e).format('L'))} /> ``` The setFieldValue is from formik. you can choose not to...

Try this. works for me ``` const CustomInput = (props) => { return ( ) } setFieldValue('from', moment(e).format('L'))} /> ```

Thanks for responding to my concern. I'm seriously enthusiastic about this project being a nodejs/express developer. It makes porting to PHP for web quite easy for me. Just to remind...