<?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: DeylEnergy</title>
    <description>The latest articles on DEV Community by DeylEnergy (@deylenergy).</description>
    <link>https://dev.to/deylenergy</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%2F201211%2F1147fc9f-ebff-4ffd-a07d-3c9760c77904.png</url>
      <title>DEV Community: DeylEnergy</title>
      <link>https://dev.to/deylenergy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deylenergy"/>
    <language>en</language>
    <item>
      <title>AutoSizer of react-virtualized doesn't give free space to its child</title>
      <dc:creator>DeylEnergy</dc:creator>
      <pubDate>Wed, 07 Aug 2019 12:58:10 +0000</pubDate>
      <link>https://dev.to/deylenergy/autosizer-of-react-virtualized-doesn-t-give-free-space-to-its-child-p37</link>
      <guid>https://dev.to/deylenergy/autosizer-of-react-virtualized-doesn-t-give-free-space-to-its-child-p37</guid>
      <description>&lt;p&gt;Hello, guys. Can't figure out what is wrong with my code, but AutoSizer component doesn't work as intended. The children should take free space (horizontally and vertically), to make it obvious I set background to green. Read the documentation, did it exactly as it advises, can't make it work though. Would be glad if somebody points out where I did a mistake. Thanks.&lt;br&gt;
Codesandbox - &lt;a href="https://codesandbox.io/s/3y6m5"&gt;https://codesandbox.io/s/3y6m5&lt;/a&gt;&lt;/p&gt;

</description>
      <category>help</category>
      <category>react</category>
    </item>
    <item>
      <title>How to win the fight against react-number-format's keyDown handler?</title>
      <dc:creator>DeylEnergy</dc:creator>
      <pubDate>Thu, 25 Jul 2019 12:36:23 +0000</pubDate>
      <link>https://dev.to/deylenergy/how-to-win-the-fight-against-react-number-4d5c</link>
      <guid>https://dev.to/deylenergy/how-to-win-the-fight-against-react-number-4d5c</guid>
      <description>&lt;p&gt;Hello, guys. Glad to join the awesome &lt;a href="http://dev.to/"&gt;&lt;strong&gt;DEV.to&lt;/strong&gt;&lt;/a&gt; community. I'm banging my head on the keyboard trying to understand how to make react-number-format library to treat keyDown event where key property '&lt;strong&gt;,&lt;/strong&gt;' (comma) as if a user typed '&lt;strong&gt;.&lt;/strong&gt;' (period). &lt;/p&gt;

&lt;p&gt;It perfectly works with the first example where &lt;strong&gt;decimalSeparator=','&lt;/strong&gt; In this case, the component takes '&lt;strong&gt;.&lt;/strong&gt;' as if a user typed '&lt;strong&gt;,&lt;/strong&gt;'. I want the same effect, but for the &lt;strong&gt;second&lt;/strong&gt; example, so the library could get '&lt;strong&gt;,&lt;/strong&gt;' as if a user typed '&lt;strong&gt;.&lt;/strong&gt;'.&lt;/p&gt;

&lt;p&gt;Already tried to curb through the code, but unfortunately, debugger behaves oddly in Chrome DevTools. Would be glad if anybody gives the notion where to move in order to make it happen. Thanks.&lt;/p&gt;

&lt;p&gt;Codesandbox - &lt;a href="https://codesandbox.io/s/recursing-sky-23o31"&gt;https://codesandbox.io/s/recursing-sky-23o31&lt;/a&gt;&lt;/p&gt;

</description>
      <category>help</category>
      <category>react</category>
    </item>
  </channel>
</rss>
