You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation(856407): Fixed the following issues in the Blazor ListBox Data Binding UG documentation:
Updated the Text, Value, GroupBy, IconCss, HtmlAttributes, and Disabled field reference links in the Fields table to point to the correct ListBoxFieldSettings API page.
Updated the inline ListBoxFieldSettings link in the "Array of object" section to point to the ListBoxFieldSettings API page instead of the previous general SfListBox-2.html reference.
Updated the inline ListBoxFieldSettings link in the "Array of complex object" section to point to the ListBoxFieldSettings API page instead of the previous general SfListBox-2.html reference.
Fixed the broken remote data URL by correcting the typo Sfervices to ejServices and migrating the endpoint to the live services.odata.org OData V4 service with the ODataV4Adaptor.
Renamed the typo SprotsDetails to SportsDetails in the "Array of complex object" sample to match the SportsData model name.
Corrected the inconsistent indentation in the "Array of object", "Array of complex object", and "Remote Data" code samples so that child elements are properly indented under their parent components.
Reformatted the "Remote Data" code block with proper indentation, blank lines between @using and component declarations, and consistent brace style.
Added a new "Pre-selecting items using the Value parameter" section with a sample that demonstrates how to bind an array of selected values to the ListBox using @bind-Value, and added the corresponding image to illustrate the sample output.
Added Blazor Playground preview links for all the samples with the matching background images.
CI Status: SUCCESS ✅ Source Compilation: SUCCESS ✅ Build Location: 856407-ListBoxUG Technical Error(s): 0 Spelling Error(s): 0 Image Alt Text Error(s): 0 Image Size Error(s): 0 Image Name Error(s): 0 Front matter Error(s): 0 File Path Error(s): 0 CodeSnippet File Path Missing Error(s): 0 Toc Anchor Tags Validation Error(s): 0 MD Tag Validation Error(s): 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documentation(856407): Fixed the following issues in the Blazor ListBox Data Binding UG documentation:
Text,Value,GroupBy,IconCss,HtmlAttributes, andDisabledfield reference links in the Fields table to point to the correctListBoxFieldSettingsAPI page.ListBoxFieldSettingslink in the "Array of object" section to point to theListBoxFieldSettingsAPI page instead of the previous generalSfListBox-2.htmlreference.ListBoxFieldSettingslink in the "Array of complex object" section to point to theListBoxFieldSettingsAPI page instead of the previous generalSfListBox-2.htmlreference.SfervicestoejServicesand migrating the endpoint to the liveservices.odata.orgOData V4 service with theODataV4Adaptor.SprotsDetailstoSportsDetailsin the "Array of complex object" sample to match theSportsDatamodel name.@usingand component declarations, and consistent brace style.@bind-Value, and added the corresponding image to illustrate the sample output.Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)