Skip to content

Conversation

@DevTKSS
Copy link
Contributor

@DevTKSS DevTKSS commented Oct 30, 2025

GitHub Issue (If applicable): closes #2881

PR Type

What kind of change does this PR introduce?

  • Documentation content changes

What is the current behavior?

The docs are not telling anything about how this could be done with non-record/complex types, so the assumption would normally be that it makes no change what the Action handles. But because simple types like string do not implement anything near IKeyEquatable<T> this can and did result in the case a user did closely follow the docs but not got to any working/usable state of code in the app.

What is the new behavior?

The reader is now told how to work with ListState Update actions when he might not have complex types like records then only a list of strings for example.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Internal Issue (If applicable):

Copilot AI review requested due to automatic review settings October 30, 2025 19:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the ListStates.md documentation file to improve structure, clarity, and consistency. The changes focus on better organization of content, enhanced descriptions, and standardized method naming.

  • Fixed formatting issues and removed malformed YAML front matter
  • Enhanced documentation structure with improved headings and added tabbed sections
  • Added new example demonstrating UpdateAllAsync with simple types
  • Updated method names to match actual API (e.g., ClearSelectionClearSelectionAsync)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…types like string

as UpdateItemAsync is not available for string for example, this is at least telling the reader how to work at all in this situations

chore: apply review suggestion

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

chore: apply review suggestion

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

chore: update naming leftover not renamed item

chore: apply review suggestion

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

chore: apply reword suggestion
@DevTKSS DevTKSS force-pushed the docs-mvuxliststate-updateitemasync-is-not-possible-like-showed-in-the-docs-if-the-item-is-a-simple-string branch from 80dc189 to fb7a61b Compare December 3, 2025 14:35
…nc-is-not-possible-like-showed-in-the-docs-if-the-item-is-a-simple-string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs][Mvux][ListState] UpdateItemAsync is not possible like showed in the docs if the item is a simple string

1 participant