-
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
When creating a custom data type with a list of colors field connected to Firestore, the FlutterFlow editor freezes as soon as the first color is added to the list. All other fields save correctly.
Expected Behavior
The colour value should be accepted and saved to the Firestore document without interruption, the same way all other field types such as String and DateTime are handled. The editor should remain fully responsive and the new colour entry should appear in the list immediately after saving.
Steps to Reproduce
Create a new data type with standard fields (String, DateTime etc)
Add a field of type Color or List of Colors
Connect the data type to a Firestore collection
Open a record and attempt to add the first color value
Editor freezes on input
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
ITFfhcnfz4hgoeZE0L6JasJGiiYRJjIcTL4zlO1HcxAYGO/yPbJ+PeLBMhNBTeGoS3lhHGaYhmIB/63tvezxCcJdAzusQKJTys1LEALKf3q8RcWRCJG8T2hAHZ9Xf0yb15mvnSVTPrJZLUIi2juuf+yvfATvCZO/Zwh9f6PHaOI=
Visual documentation
...
Environment
- FlutterFlow version: 6.6.
- Platform: Window app
- Browser name and version: Chrome
- Operating system and version affected: Windows 10Additional Information
No response