-
Notifications
You must be signed in to change notification settings - Fork 20
[Hotfix] 930424 - Revamp the UG documentation of .NET MAUI SfAutocomplete #3261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hotfix] 930424 - Revamp the UG documentation of .NET MAUI SfAutocomplete #3261
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
MAUI/Autocomplete/Selection.md
Outdated
{ | ||
Text = "SelectedValue :" | ||
}; | ||
Label selectedValue = new Label(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PrithisIyyappan why 2 labels created here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to update the selected value in the label sir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this code snippet, we have to display the selected value using selection changed. That's why added 2 labels sir.
Now update the labels in horizontal stack layout and added above code snippet inside stack layout.
@@ -353,7 +418,6 @@ In multi-selection mode, the [SelectedValue](https://help.syncfusion.com/cr/maui | |||
{% highlight XAML %} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use stack layout here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the review changes sir
@@ -369,15 +433,26 @@ In multi-selection mode, the [SelectedValue](https://help.syncfusion.com/cr/maui | |||
{% endhighlight %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use horizontal stack layout for above 2 labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the review changes sir
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Revamp the UG documentation of .NET MAUI SfAutocomplete