Skip to content

SEO-2300 Angularjs How To Missing H1 tag #103

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v20.1.0.55
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions angularjs/Autocomplete/how-to.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
layout: post
title: Syncfusion Autocomplete see-also
description: see also
title: How to in AngularJS Autocomplete control | Syncfusion
description: Learn here on how to support in Syncfusion AngularJS Autocomplete control, its elements, and more.
platform: AngularJS
control: Autocomplete
documentation: ug
---


## How To
# How To in AngularJS Autocomplete

### Set Client Side Validation for Autocomplete?
## Set Client Side Validation for Autocomplete?

Since the Autocomplete is a form control, we can set the validation for Autocomplete on form submission. We can use the **e-validationrules** property to set the validation rules and **e-validationmessage** property to display the error message on form validation.

Expand Down Expand Up @@ -93,7 +93,7 @@ Since the Autocomplete is a form control, we can set the validation for Autocomp



![How to section images](how-to_images\set-client-side-validation-for-autocomplete_img1.png)
![Set client side validation in AngularJS Autocomplete](how-to_images\set-client-side-validation-for-autocomplete_img1.png)

**NOTE**

Expand Down Expand Up @@ -159,7 +159,7 @@ By default, the selected item’s key value will be maintained in the **e-select



![Get the key value](how-to_images\get-the-key-value-of-the-selected-item_img1.png)
![Get the key value in AngularJS Autocomplete](how-to_images\get-the-key-value-of-the-selected-item_img1.png)



Expand Down