<?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: George</title>
    <description>The latest articles on DEV Community by George (@georgmilevski).</description>
    <link>https://dev.to/georgmilevski</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%2F175032%2F67179ef5-5a11-4550-93cb-dba10c2fea7c.jpg</url>
      <title>DEV Community: George</title>
      <link>https://dev.to/georgmilevski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/georgmilevski"/>
    <language>en</language>
    <item>
      <title>Features of cursor setting to input</title>
      <dc:creator>George</dc:creator>
      <pubDate>Fri, 20 Sep 2019 08:49:23 +0000</pubDate>
      <link>https://dev.to/georgmilevski/features-of-cursor-setting-to-input-5gia</link>
      <guid>https://dev.to/georgmilevski/features-of-cursor-setting-to-input-5gia</guid>
      <description>&lt;p&gt;Hello every one 👋🙋‍♂️&lt;/p&gt;

&lt;p&gt;I would to share some experience about different behavior position cursor of input when use function focus().&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;if value for input element is set across attribute, then when function focus() is called then cursor will set in start.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;if value for input element is set across property of value, then when function focus() is called then cursor will set in end of input.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RgJcq_fW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zux8bzge38tlxxbcqsm8.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RgJcq_fW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zux8bzge38tlxxbcqsm8.gif" alt="example different of behavior cursor of input"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;here you could try this example &lt;a href="https://jsfiddle.net/g1nfcv98/"&gt;https://jsfiddle.net/g1nfcv98/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
