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

FormBuilderDateRangePicker: Allow option to have date range be null upon loading of the date range picker widget #1315

Closed
1 task done
JBIMatt opened this issue Oct 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JBIMatt
Copy link

JBIMatt commented Oct 24, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.1.1

What you'd like to happen

Note: This occurs on flutter for the web (but may affect other platforms).

Currently, FormBuilderDateRangePicker has today's date automatically filled for both the start and end dates upon the end user loading the date range picker widget. We would like there to be an option that allows for this value to be null (appear empty) when the date picker widget is displayed to the end user.

See 1312 as well, which details FormBuilderDateTimePicker also having this problem.

Alternatives you've considered

No response

Aditional information

No response

@JBIMatt JBIMatt added the enhancement New feature or request label Oct 24, 2023
@JBIMatt JBIMatt closed this as completed Oct 26, 2023
@JBIMatt
Copy link
Author

JBIMatt commented Oct 26, 2023

Sorry, this appears to be a non-issue. The range can be set null programmatically, which makes this not as important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant