FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
130 stars 26 forks source link

URGENT: Issue with 'Hide widget if no match' functionality #4934

Open 24n1 opened 1 day ago

24n1 commented 1 day ago

Can we access your project?

Current Behavior

I'm experiencing a critical issue with the 'Hide widget if no match' feature. Even when this option is turned OFF, the widget still remains hidden when there's no data. This behavior should only occur when the option is turned ON.

Expected Behavior

Steps to Reproduce

  1. Create a widget with data binding
  2. Set 'Hide widget if no match' to OFF
  3. Load page with no matching data
  4. Widget incorrectly remains hidden despite setting being OFF

Reproducible from Blank

Bug Report Code (Required)

The bug is not to any widgets. It occurs when product is deployed.

Visual documentation

Screenshot_20241120_125301_Samsung capture

Environment

- FlutterFlow version: 3.24.2
- Platform: Web
- Browser name and version: chrome latest
- Operating system and version affected: ios 18.1.1

Additional Information

This is blocking our new version deployment and requires immediate attention. Please investigate and fix this functionality so that widget hiding only occurs when explicitly enabled. Please prioritize this issue as it's preventing our production deployment.

Alezanello commented 1 day ago

Hello!

I couldn’t replicate this issue on my end. Could you please share a bug report code for the widget where you’re calling this query? Alternatively, you can try replicating the issue in a new project and share the bug report code from that project.

Thank you for your help!