<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: KVS</title>
    <description>The latest articles on DEV Community by KVS (@k_v_s).</description>
    <link>https://dev.to/k_v_s</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1096308%2F95018fa3-2961-495a-b742-1c57663f5129.png</url>
      <title>DEV Community: KVS</title>
      <link>https://dev.to/k_v_s</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/k_v_s"/>
    <language>en</language>
    <item>
      <title>Performance issue in Angular 15/16 Form Fields</title>
      <dc:creator>KVS</dc:creator>
      <pubDate>Tue, 06 Jun 2023 05:38:59 +0000</pubDate>
      <link>https://dev.to/k_v_s/performance-issue-in-angular-1516-form-fields-41em</link>
      <guid>https://dev.to/k_v_s/performance-issue-in-angular-1516-form-fields-41em</guid>
      <description>&lt;p&gt;Getting performance issue in Angular 15/16 post mdc migration. It's happening on other browsers as well but is more clear on Chrome(Version 113.0.5672.126 (Official Build) (x86_64)).&lt;/p&gt;

&lt;p&gt;I have a page full of form fields (using material inputs, autocomplete, mat select, checkboxes etc).&lt;/p&gt;

&lt;p&gt;While scrolling and some times intermittently the form fields repaints. It's only happening with Form Fields. Tried replicating same in stackblitz and it's happening for a simple input field as well, if the number of fields exeeds say 60-70. Same thing was working fine with Angular 13/14 with even 1000 input fields added.&lt;br&gt;
Here is the stackblitz instance for Angular 15:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Code base&lt;/strong&gt;: &lt;a href="https://stackblitz.com/edit/angular-ivy-qayt3s?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.module.ts,src%2Fmain.ts,src%2Fapp%2Fapp.component.css"&gt;https://stackblitz.com/edit/angular-ivy-qayt3s?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.module.ts,src%2Fmain.ts,src%2Fapp%2Fapp.component.css&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;App URL&lt;/strong&gt;: &lt;a href="https://angular-ivy-qayt3s.stackblitz.io"&gt;https://angular-ivy-qayt3s.stackblitz.io&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here is the stackblitz instance for Angular 13:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Code base&lt;/strong&gt;: &lt;a href="https://stackblitz.com/edit/angular-material-13-starter-x1xj4z-yyhktq?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,src%2Findex.html"&gt;https://stackblitz.com/edit/angular-material-13-starter-x1xj4z-yyhktq?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,src%2Findex.html&lt;/a&gt;
2.** App URL**: &lt;a href="https://angular-material-13-starter-x1xj4z-yyhktq.stackblitz.io"&gt;https://angular-material-13-starter-x1xj4z-yyhktq.stackblitz.io&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Let me know incase anyone else facing this and has a resolution.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
      <category>ui</category>
    </item>
  </channel>
</rss>
