We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38dd00 commit 752d2ddCopy full SHA for 752d2dd
1 file changed
Binding_Next_JS_Server/angular_client/src/app/doctors/doctors.html
@@ -21,7 +21,7 @@ <h1>Doctors Portal</h1>
21
</e-column>
22
<e-column field="Specialty" headerText="Specialty" width="150" editType="dropdownedit"
23
[edit]="ddparams"></e-column>
24
- <e-column field="Email" headerText="Email Address" width="150">
+ <e-column field="Email" headerText="Email Address" width="150" [validationRules]="{ email: true }">
25
<ng-template #template let-data>
26
<div>
27
<a href="#">
0 commit comments