Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormBuilderInput.datePicker #9

Closed
HAL68000 opened this issue Dec 19, 2018 · 2 comments
Closed

FormBuilderInput.datePicker #9

HAL68000 opened this issue Dec 19, 2018 · 2 comments

Comments

@HAL68000
Copy link

HI I'm trying to use the date picker, even if I set the firstDate parameter I can't, go further Sun, Aug 4 1991 (up to sun may 6th 2046). I'm trying on Huawei and nexus 5 (through emulation) with the same results. Am I doing something wrong?

        FormBuilderInput.datePicker(
          label: "Date of Birth",
          firstDate: DateTime(1900),
          attribute: "dob",
        ),

image

Thank you for your time :)

@danvick
Copy link
Collaborator

danvick commented Dec 19, 2018

Hello @HAL68000
My bad. Oversight issue on my part, forgot to plug-in the functionality of setting min and max dates.
Kindly update to version 1.3.2 - which I've just published - contains the fix.

Cheers

@danvick danvick closed this as completed Dec 19, 2018
@HAL68000
Copy link
Author

HAL68000 commented Dec 20, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants