gerhat / material-ui-formik-components

Formik ready material ui components
MIT License
85 stars 13 forks source link

Feature Request - Date Picker #19

Closed owlyowl closed 4 years ago

owlyowl commented 4 years ago

Hi, Thanks for an awesome library. I was wondering if you were planning on implementing a DatePicker component any time soon?

gerhat commented 4 years ago

Thanks for your kind words. It has already been implemented. You need to install Material-UI pickers https://material-ui-pickers.dev/getting-started/installation

You can also check this example: https://github.com/gerhat/material-ui-formik-components/blob/master/example/src/SimpleFormExample.jsx

owlyowl commented 4 years ago

Thank you for your reply. I can see date time picker is implemented but not date only without time..

On Wed., 6 Nov. 2019, 11:59 pm Gerasimos, notifications@github.com wrote:

Thanks for your kind words. It has already been implemented. You need to install Material-UI pickers https://material-ui-pickers.dev/getting-started/installation

You can also check this example: https://github.com/gerhat/material-ui-formik-components/blob/master/example/src/SimpleFormExample.jsx

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gerhat/material-ui-formik-components/issues/19?email_source=notifications&email_token=AAOT4CVLA2JXONH6RHQI6ODQSK5RLA5CNFSM4JJUK35KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGOEMQ#issuecomment-550298162, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOT4CVW6RFRAKHZ2ZPIW73QSK5RLANCNFSM4JJUK35A .

gerhat commented 4 years ago

Totally right. I will implement it.

owlyowl commented 4 years ago

Thanks very much!

On Thu., 7 Nov. 2019, 12:19 am Gerasimos, notifications@github.com wrote:

Totally right. I will implement it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gerhat/material-ui-formik-components/issues/19?email_source=notifications&email_token=AAOT4CQJWTDLY6BUPEAPFW3QSK77TA5CNFSM4JJUK35KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGP4VY#issuecomment-550305367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOT4CRADOUUORKGS2KGAGTQSK77TANCNFSM4JJUK35A .

gerhat commented 4 years ago

@owlyowl can you please check v0.5.1 ? Thanks.