<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Have calcite-input type be reflected on the resulting HTML code in Calcite Design System Ideas</title>
    <link>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idi-p/1232286</link>
    <description>&lt;P&gt;When using calcite-input, the type is reflected on the input component, but on in the HTML.&amp;nbsp; So when I use the input type of number and inspect the element in the developer tools, the input type is "text".&amp;nbsp; The reason I am asking for this is that when I use this component on an iPad, I would like a numeric keyboard presented.&amp;nbsp; With the HTML element being "text", an alpha keyboard is always displayed and I have had to an HTML input tag instead of calcite-input component.&amp;nbsp; I would much rather be able to use the calcite-input component in my app for field use, but the input tag gets me the right keyboard.&lt;/P&gt;&lt;P&gt;I have an example app for you to view and see the difference:&amp;nbsp;&amp;nbsp;&lt;A href="https://gis.yakimawa.gov/demo/calciteinput.html" target="_blank"&gt;Calcite Input Type (yakimawa.gov)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 17:13:06 GMT</pubDate>
    <dc:creator>TomSellsted</dc:creator>
    <dc:date>2022-11-16T17:13:06Z</dc:date>
    <item>
      <title>Have calcite-input type be reflected on the resulting HTML code</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idi-p/1232286</link>
      <description>&lt;P&gt;When using calcite-input, the type is reflected on the input component, but on in the HTML.&amp;nbsp; So when I use the input type of number and inspect the element in the developer tools, the input type is "text".&amp;nbsp; The reason I am asking for this is that when I use this component on an iPad, I would like a numeric keyboard presented.&amp;nbsp; With the HTML element being "text", an alpha keyboard is always displayed and I have had to an HTML input tag instead of calcite-input component.&amp;nbsp; I would much rather be able to use the calcite-input component in my app for field use, but the input tag gets me the right keyboard.&lt;/P&gt;&lt;P&gt;I have an example app for you to view and see the difference:&amp;nbsp;&amp;nbsp;&lt;A href="https://gis.yakimawa.gov/demo/calciteinput.html" target="_blank"&gt;Calcite Input Type (yakimawa.gov)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 17:13:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idi-p/1232286</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2022-11-16T17:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Have calcite-input type be reflected on the resulting HTML code - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idc-p/1238528#M7</link>
      <description>&lt;P&gt;Thanks for the feedback&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6438"&gt;@TomSellsted&lt;/a&gt;! We're planning to incorporate this in through the native &lt;A href="https://github.com/Esri/calcite-components/issues/5917" target="_blank" rel="noopener"&gt;"inputmode" property in early 2023&lt;/A&gt;. You can subscribe to the issue on GitHub to follow along with progress, otherwise we will repost to this issue once released.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 17:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idc-p/1238528#M7</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2022-12-13T17:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Have calcite-input type be reflected on the resulting HTML code - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idc-p/1242734#M8</link>
      <description>&lt;P&gt;Calcite's final beta release, &lt;A href="https://github.com/Esri/calcite-components/releases/tag/v1.0.0-beta.99" target="_blank" rel="noopener"&gt;beta.99&lt;/A&gt;, added an&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode" target="_blank" rel="noopener"&gt; "input-mode" attribute&lt;/A&gt; ("inputMode" property) so devices can interpret the differing modes, such as "numeric" and "tel".&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;!-- Numeric --&amp;gt;
&amp;lt;calcite-input input-mode="numeric"&amp;gt;&amp;lt;/calcite-input&amp;gt;

&amp;lt;!-- Telephone number --&amp;gt;
&amp;lt;calcite-input input-mode="tel"&amp;gt;&amp;lt;/calcite-input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of note that there are many breaking changes as we prepare for the January 2023 (1.0) release. If updating from any previous beta version to beta.99, we recommend taking an in-depth look at the &lt;A href="https://github.com/Esri/calcite-components/releases/tag/v1.0.0-beta.99" target="_blank" rel="noopener"&gt;CHANGELOG&lt;/A&gt;, in particular the breaking changes between beta.98 and beta.99.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 17:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-ideas/have-calcite-input-type-be-reflected-on-the/idc-p/1242734#M8</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2022-12-20T17:00:00Z</dc:date>
    </item>
  </channel>
</rss>

