aranlucas / react-hook-form-mantine

React Hook Form bindings for Mantine components
https://aranlucas.github.io/react-hook-form-mantine/
83 stars 12 forks source link

Support DatePickerIcon #7

Closed otsukatatsuya closed 10 months ago

otsukatatsuya commented 1 year ago

support datePickerIcon component please. https://mantine.dev/dates/date-picker-input/

aranlucas commented 1 year ago

This shouldn't be too hard to support.

I'll probably create another package like react-hook-form-mantine-dates (Turning this into a monorepo). This should also make it easier to add something like dropzones too if needed.

I'm currently busy interviewing and can't make any promises on dates, but I'll work on it as soon as I can.

otsukatatsuya commented 1 year ago

Thanks!I hope your intervewing will be succsessful!

Muhammad-Arsalan31 commented 1 year ago

This shouldn't be too hard to support.

I'll probably create another package like react-hook-form-mantine-dates (Turning this into a monorepo). This should also make it easier to add something like dropzones too if needed.

I'm currently busy interviewing and can't make any promises on dates, but I'll work on it as soon as I can.

Hi @aranlucas ,any update on this. looking forward to this.

rommelmamedov commented 11 months ago

Just a heads up. PR for this issue is ready and needs to be reviewed.

aranlucas commented 11 months ago

Released in https://github.com/aranlucas/react-hook-form-mantine/releases/tag/v2.0.0.

Let me know how it goes :)

aranlucas commented 10 months ago

Closing this issue as completed