Skip to content

Commit

Permalink
Merge pull request #3 from SyncfusionExamples/SEO-issue
Browse files Browse the repository at this point in the history
876600 - Resolving multiple H1 tag issue in README file
  • Loading branch information
naveenkumar-sanjeevirayan authored Mar 22, 2024
2 parents e35160c + 15f36a6 commit 4e557f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For know more details about AutoComplete:https://www.syncfusion.com/xamarin-ui-c

AutoComplete user guide documentation:https://help.syncfusion.com/xamarin/autocomplete/getting-started

# Getting Started with AutoComplete sample
## Getting Started with AutoComplete sample
Step 1: Add the NuGet to the project and add the namespace as shown in the following code sample:

**[XAML]**
Expand Down Expand Up @@ -42,7 +42,7 @@ SfAutoComplete autoComplete = new SfAutoComplete()
```

# DataTemplateSelector in Xamarin AutoComplete
## DataTemplateSelector in Xamarin AutoComplete

SfAutoComplete supports DataTemplateSelector, which is used to choose a DataTemplate based on data object.

Expand Down Expand Up @@ -81,7 +81,7 @@ SfAutoComplete supports DataTemplateSelector, which is used to choose a DataTemp
```

# Create and Initialize Business Models
## Create and Initialize Business Models

Define a simple model class MobileDetail with fields IsAvailableInStock, Mobile and populate mobile detail in ViewModel.

Expand Down

0 comments on commit 4e557f5

Please sign in to comment.