textarea in accordion

Hi,

I am trying to use a simple html textarea inside the accordion. But when I am typing something inside the textarea and trying to give a space, its not working.
Below is my code for the same,

<div class="row margin2-right" *ngIf="showfirstdiv == true">
<div class="col-md-12 col-sm-12 col-xs-12">
  <div class="row margin2-right">
<div class="">
  <ejs-accordion>
<e-accordionitems>
<e-accordionitem header='Associations'>
  <ng-template #content>
  <textarea width="600px" height="300px" placeholder="enter text here"></textarea>
</ng-template>
  </e-accordionitem>
</e-accordionitems>
  </ejs-accordion>
</div>
  </div>
</div>
</div>

Could you please have a look at it?
Thanks!

5 Replies

SS Selvamani Sankarappan Syncfusion Team April 17, 2018 08:56 AM UTC

Hi Ananya, 
 
Thanks for contacting Syncfusion support. 
 
We were able to reproduce the reported issue at our end. We have confirmed this as a defect and logged an issue report for this. This issue fix will be included in our upcoming patch release. 
 
Regards, 
 
Selvamani S. 



AJ Ananya Juhi May 14, 2018 07:30 AM UTC

Hello,

Could you please tell if  "textarea inside an accordion" issue is fixed??

Thanks.


BM Balaji M Syncfusion Team May 15, 2018 01:37 PM UTC

Hi Ananya 
  
Thanks for your patience. 
 
We are glad to announce that our patch release version 16.1.42 is released and your reported fix will be included in this version. So we suggest you to upgrade ej2-ng-navigations to our latest version 16.1.42 to get this issue fixed. 
 
Please find the below change log. 
 
 
 
Please check the shared details and let us know if you need any further assistance. 
      
Regards,
M. Balaji
 




AJ Ananya Juhi May 21, 2018 09:32 AM UTC

Hi,

I have updated the ej2-ng-navigations to the latest version, but I am still facing the same problem.
Could please look into it?

Thanks.


SS Selvamani Sankarappan Syncfusion Team May 22, 2018 11:12 AM UTC

Hi Ananya, 
 
Thanks for the update. 
 
We were unable to reproduce the issue at 16.1.42 version. Please refer to the following demo: 
 
Please ensure your application was referring the latest version packages? Please let us know if you need any further assistance. 
 
Regards, 
 
Selvamani S. 


Loader.
Up arrow icon