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: Date range in picker widget not fully visible; behavior results in ellipses overflow #1313

Closed
2 of 7 tasks
JBIMatt opened this issue Oct 23, 2023 · 3 comments
Labels
awaiting author response Waiting for author of issue to respond with more info bug Something isn't working Stale

Comments

@JBIMatt
Copy link

JBIMatt commented Oct 23, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.1.1

Platforms

  • Android
  • iOS
  • Linux
  • MacOS
  • Web
  • Windows

Flutter doctor

Flutter doctor
[√] Flutter (Channel stable, 3.13.8, on Microsoft Windows [Version 10.0.19045.3570], locale en-US)
    • Flutter version 3.13.8 on channel stable at C:\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 6c4930c4ac (5 days ago), 2023-10-18 10:57:55 -0500
    • Engine revision 767d8c75e8
    • Dart version 3.1.4
    • DevTools version 2.25.0

[√] Windows Version (Installed version of Windows is version 10 or higher)

[X] Android toolchain - develop for Android devices
    X Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.


[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[X] Visual Studio - develop Windows apps
    X Visual Studio not installed; this is necessary to develop Windows apps.
      Download at https://visualstudio.microsoft.com/downloads/.
      Please install the "Desktop development with C++" workload, including all of its default components

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).

[√] VS Code (version 1.83.1)
    • VS Code at C:\Users\Matt-JBI\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.74.0

[√] Connected device (3 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.19045.3570]
    • Chrome (web)      • chrome  • web-javascript • Google Chrome 118.0.5993.89
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 118.0.2088.46

[√] Network resources
    • All expected network resources are available.

! Doctor found issues in 3 categories.

Minimal code example

Code sample
    FormBuilderField field = FormBuilderDateRangePicker(
      name: start,
      initialValue: null,
      firstDate: DateTime(1900),
      lastDate: DateTime(2100),
      initialEntryMode: DatePickerEntryMode.input,
      allowClear: true,
      format: DateFormat('MMMM dd, yyyy'),
      enabled: true
    );

Current Behavior

Please see the screenshot attached in additional info

Expected Behavior

The range in the highlighted area of my screenshot wraps the text so that it's more easily visible on flutter for the web

Steps To Reproduce

create a FormBuilderDateRangePicker and view it in an example app using the chrome debug window. It will appear as show in my provided screenshot.

Aditional information

FormFieldDateRangePicker

@JBIMatt JBIMatt added the bug Something isn't working label Oct 23, 2023
@JBIMatt JBIMatt changed the title FormBuilderDateRangePicker: Date range in picker widget not fully visible; behavior results to ellipses overflow Oct 23, 2023
@deandreamatias
Copy link
Collaborator

Hi! I think that this is generated for native widget of Flutter framework. Try search a similar issue on Fltuter repository

@deandreamatias deandreamatias added the awaiting author response Waiting for author of issue to respond with more info label Oct 24, 2023
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 24, 2023
Copy link

github-actions bot commented Dec 1, 2023

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting author response Waiting for author of issue to respond with more info bug Something isn't working Stale
2 participants