Multiple fields triggered

Hi,

I am trying to use custom field. But fileds are getting added like this.

Html Code:
<ejs-schedule [eventSettings]="eventData" width='100%' height='100%' [selectedDate]="currentDate"
[currentView]="newViewMode" (eventRendered)="onEventRendered($event)" (dataBinding)="onDataBinding($event)" (popupOpen)='onPopupOpen($event)' (actionBegin)="onActionBegin($event)" (actionComplete)="onActionComplete($event)" (actionFailure)="onActionFailure($event)">
<ng-template #editorTemplate>
<table width="100%" cellpadding="5">
<tbody>
<tr>
<td class="e-textlabel">Summary</td>
<td colspan="4">
<input id="Subject" class="e-field e-input" type="text" value="" name="Subject"
style="width: 100%" />
</td>
</tr>
</tbody>
</table>
</ng-template>
</ejs-schedule>



could you please help me out?

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team July 4, 2019 09:29 AM UTC

Hi Balaji,   
   
Syncfusion greetings. 
 
We have checked the reported case in latest source and it is working fine. 
 
We recently fixed the similar issue in 17.1.50 version, so kindly ensure at your end. 
 
If still issue persist in latest source, share your functions binded with client side events to proceed further. 
 
Regards, 
Karthi 


Loader.
Up arrow icon