-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Hi FlutterFlow Support Team,
I am reaching out regarding a critical issue with a TextField component in my project. We are on a strict timeline for a project launch in May (targeting Milan and Turin), and this bug is currently a total blocker.
The Problem: We have implemented a Search Bar using a TextField inside a Stack, positioned over a Google Map. Despite correct configurations, we are facing the following issues:
Input Blocked: The TextField is completely unresponsive. We cannot click into it, the cursor does not appear, and the keyboard does not trigger in Test Mode/Run Mode.
Visual Glitch (Black Background): The TextField appears with a solid dark/grey background (looking "disabled") even though the "Read Only" property is OFF and "Enabled" is ON.
Invisible Text: Even when the text color is set to Black/Static, it remains invisible or stays white-on-white unless manually highlighted.
Suggestion Dropdown: We have a Container below the TextField meant for search suggestions. Since we cannot type into the bar, the logic for the suggestion dropdown (Conditional Visibility) cannot be tested or triggered.
What we have already tried:
Setting "Static" colors instead of Theme Colors.
Assigning "Body Medium" styles to avoid "Unset" theme errors.
Checking for "Ignore Pointer" (not active).
Adjusting Padding and Height to ensure a large hit-box.
Moving the Column to the bottom of the Stack to ensure it is at the front.
Access for Moderators: I have enabled project access for support/moderators. You can investigate the issue directly here: https://app.flutterflow.io/project/cene-cb45mz?tab=widgetTree&page=HomePage
*Given our upcoming launch, we need to understand if this is a widget corruption or a specific Stack-related bug. Could you please guide us on how to restore full interactivity to the search bar?
Looking forward to your urgent assistance.
Best regards,
Fabrizio Serino
Expected Behavior
The TextField should be fully interactive. When clicking on the search bar, the cursor should appear, and the keyboard should pop up to allow text input. The text should be clearly visible in the chosen color (Black) against the white background of the bar, and the "Update Page On Text Change" function should trigger the visibility of the suggestion container without any lag or rendering glitches.
Steps to Reproduce
Create a Stack widget with a Google Map as the base layer.
Add a Column containing a TextField on top of the map.
Set the TextField background (Fill Color) to White and Text Color to Black (Static or Primary Text).
Run the app in Test Mode or Run Mode.
Attempt to click on the TextField to trigger the keyboard and type text.
Observe that the TextField remains unresponsive to clicks and the text/hint text appears with incorrect rendering (appearing as white-on-white or greyed out).
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
I got no code cuz when I click on GENERATE BUG CODE appears on the screen the text "copy failure" or something like this
Visual documentation
Environment
- FlutterFlow version: 3.38.5
- Platform:Web / Desktop App
- Browser name and version:
- Operating system and version affected:Additional Information
No response