<?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>topic Re: Editor Widget - Text Field Length / Visibility in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392909#M57967</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585739"&gt;@EmilyGeo&lt;/a&gt;&amp;nbsp;This is what I have and I am not getting it to work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const editConfigRequests = {
            layer: snowIceRequestsLayer,
            formTemplate: {
              elements: [
                {
                  type: "field",
                  fieldName: "status",
                  label: "Status"
                },
                {
                  type: "field",
                  fieldName: "notes",
                  label: "Notes",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "assignedto",
                  label: "Assigned to"
                },
                {
                  type: "field",
                  fieldName: "resolution",
                  label: "Resolution",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "resolutiondt",
                  label: "Resolved on"
                }
              ]
            }
          };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1709851228390.png" style="width: 240px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97302iB4B8D7E5D78A7BAC/image-dimensions/240x541?v=v2" width="240" height="541" role="button" title="ArmstKP_0-1709851228390.png" alt="ArmstKP_0-1709851228390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 22:46:35 GMT</pubDate>
    <dc:creator>ArmstKP</dc:creator>
    <dc:date>2024-03-07T22:46:35Z</dc:date>
    <item>
      <title>Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392521#M57942</link>
      <description>&lt;P&gt;So far, I have found no way in the editor widget in ArcGIS Online or with ArcGIS Javascript API to make text fields taller to make the text within them all visible.&amp;nbsp; Here is the issue, I need to scroll over to read the text in the field:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1709820635040.png" style="width: 424px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97225iC0D406C9023C8CE1/image-dimensions/424x835?v=v2" width="424" height="835" role="button" title="ArmstKP_0-1709820635040.png" alt="ArmstKP_0-1709820635040.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392521#M57942</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2024-03-07T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392588#M57948</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;, there is a multi line text input that will definitely help you here! To learn more about how to configure forms and choose between different input types, check out this blog: &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/smart-forms-arent-just-for-field-maps-anymore/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/smart-forms-arent-just-for-field-maps-anymore/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's an example of the multi line text input in the form/editor widget after configuring:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bbollin_0-1709826156769.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97252i3A83E6043ED6DBC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bbollin_0-1709826156769.png" alt="bbollin_0-1709826156769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 15:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392588#M57948</guid>
      <dc:creator>bbollin</dc:creator>
      <dc:date>2024-03-07T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392717#M57958</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611120"&gt;@bbollin&lt;/a&gt;&amp;nbsp;How would you do the same, working with ArcGIS Javascript API and using the editor widget?&amp;nbsp; I ask because I am not referencing a webmap in the javascript application, so therefore it doesn't have a form to change the field to a multiline....&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 18:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392717#M57958</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2024-03-07T18:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392899#M57966</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Use &lt;A href="https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/" target="_self"&gt;formTextAreaInput:&lt;/A&gt;&amp;nbsp;set the inputType &amp;gt; type to "text-area"&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"formInfo": {&lt;BR /&gt;"formElements": [&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"label": "Comments",&lt;BR /&gt;"type": "field",&lt;BR /&gt;"editable": true,&lt;BR /&gt;"editableExpression": "expr/system/true",&lt;BR /&gt;"fieldName": "Comments",&lt;BR /&gt;"inputType": {&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;"type": "text-area",&lt;/FONT&gt;&lt;BR /&gt;"maxLength": 1000,&lt;BR /&gt;"minLength": 0&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 22:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392899#M57966</guid>
      <dc:creator>EmilyGeo</dc:creator>
      <dc:date>2024-03-07T22:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392909#M57967</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585739"&gt;@EmilyGeo&lt;/a&gt;&amp;nbsp;This is what I have and I am not getting it to work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const editConfigRequests = {
            layer: snowIceRequestsLayer,
            formTemplate: {
              elements: [
                {
                  type: "field",
                  fieldName: "status",
                  label: "Status"
                },
                {
                  type: "field",
                  fieldName: "notes",
                  label: "Notes",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "assignedto",
                  label: "Assigned to"
                },
                {
                  type: "field",
                  fieldName: "resolution",
                  label: "Resolution",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "resolutiondt",
                  label: "Resolved on"
                }
              ]
            }
          };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1709851228390.png" style="width: 240px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97302iB4B8D7E5D78A7BAC/image-dimensions/240x541?v=v2" width="240" height="541" role="button" title="ArmstKP_0-1709851228390.png" alt="ArmstKP_0-1709851228390.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 22:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392909#M57967</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2024-03-07T22:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392920#M57969</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585739"&gt;@EmilyGeo&lt;/a&gt;&amp;nbsp;&amp;nbsp;Ok, I changed the code to this and it has worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const editConfigRequests = {
            layer: snowIceRequestsLayer,
            formInfo: {
              formElements: [
                {
                  type: "field",
                  fieldName: "status",
                  label: "Status"
                },
                {
                  type: "field",
                  fieldName: "notes",
                  label: "Notes",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "assignedto",
                  label: "Assigned to"
                },
                {
                  type: "field",
                  fieldName: "resolution",
                  label: "Resolution",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "resolutiondt",
                  label: "Resolved on"
                }
              ]
            }
          };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1709851955960.png" style="width: 258px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97304i7A09712166E217CA/image-dimensions/258x590?v=v2" width="258" height="590" role="button" title="ArmstKP_0-1709851955960.png" alt="ArmstKP_0-1709851955960.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 22:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392920#M57969</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2024-03-07T22:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392922#M57970</link>
      <description>&lt;P&gt;Nice, I'm glad you were able to figure it out&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 22:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392922#M57970</guid>
      <dc:creator>EmilyGeo</dc:creator>
      <dc:date>2024-03-07T22:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Text Field Length / Visibility</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392926#M57971</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585739"&gt;@EmilyGeo&lt;/a&gt;&amp;nbsp;What is funny though, after I changed my code to what you had suggested, now all of my fields show up in the editor widget, not just the ones I spell out below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const editConfigRequests = {
            layer: snowIceRequestsLayer,
            formInfo: {
              formElements: [
                {
                  type: "field",
                  fieldName: "status",
                  label: "Status"
                },
                {
                  type: "field",
                  fieldName: "notes",
                  label: "Notes",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "assignedto",
                  label: "Assigned to"
                },
                {
                  type: "field",
                  fieldName: "resolution",
                  label: "Resolution",
                  inputType: {
                    type: "text-area"
                  }
                },
                {
                  type: "field",
                  fieldName: "resolutiondt",
                  label: "Resolved on"
                }
              ]
            }
          };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Mar 2024 23:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/editor-widget-text-field-length-visibility/m-p/1392926#M57971</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2024-03-07T23:03:10Z</dc:date>
    </item>
  </channel>
</rss>

