Skip to content

TextFields inside a ReorderableListView don’t update #6864

@1Elko1

Description

@1Elko1

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

I have a ReorderableListView where each item contains a component with a TextField.

When I drag an item from one position to another (for example, index 2 to 3), it looks like the reorder didn’t work. After checking, the list order does update correctly, but the TextField values don’t refresh, so they visually stay in the old positions. If I refresh the page, everything shows correctly.

Expected Behavior

When a list item is reordered in the ReorderableListView, all child components update correctly. The TextField inside each item should immediately display the correct value for its new position without requiring a page refresh.

Steps to Reproduce

  1. Create a ReorderableListView.

  2. Add a component as the list item.

  3. Inside the component, place a TextField with its value bound to a string from the list data.

  4. Run the app.

  5. Drag a list item from one position to another (for example, index 2 to index 3).

  6. Observe that the list order changes, but the TextField values remain in their original positions.

  7. Refresh the page and notice the TextField values now appear in the correct order.

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

ITFTls/l7c92rsMA+KX5K/kxljw4GUMfWOdEket+EA0hNZysE5ktPePOT1VLYte4fW9EfWGJ+Xsf0eDTvYf2U/YqAxKqbt17+ZRXQTqVbGqiMrWaPrWwWERQL+xPfxWF07uznx1CVdJoR0YW3GCIPfCrG3qCf9qOYwx5e6fDbOY=

Visual documentation

??

Environment

- FlutterFlow version: Latest from 2026/01/23
- Platform: Windows 10 Pro
- Browser name and version: Chrome
- Operating system and version affected:

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions