<?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 Programmatically setting the value of a jimu-ui Select in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186838#M4691</link>
    <description>&lt;P&gt;This question is for Experience Builder Dev Edition 1.8.&lt;/P&gt;&lt;P&gt;I'm just starting to learn to develop custom widgets in ExpBuilder and I'm struggling with some concepts.&amp;nbsp; I've managed to figure out how to change the inner text of some jimu-ui elements programmatically. For example, I can change the inner text of this button&amp;nbsp;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;Button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;{&lt;/SPAN&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;.b&lt;/SPAN&gt;&lt;SPAN&gt;uttonLabel&lt;/SPAN&gt;&lt;SPAN&gt;}&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;Button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; by calling this.setState({ buttonLabel: 'Start'}).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to change the value of a jimu-ui Select programmatically?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 16:18:55 GMT</pubDate>
    <dc:creator>Danik-B</dc:creator>
    <dc:date>2022-06-27T16:18:55Z</dc:date>
    <item>
      <title>Programmatically setting the value of a jimu-ui Select</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186838#M4691</link>
      <description>&lt;P&gt;This question is for Experience Builder Dev Edition 1.8.&lt;/P&gt;&lt;P&gt;I'm just starting to learn to develop custom widgets in ExpBuilder and I'm struggling with some concepts.&amp;nbsp; I've managed to figure out how to change the inner text of some jimu-ui elements programmatically. For example, I can change the inner text of this button&amp;nbsp;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;Button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;{&lt;/SPAN&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;.b&lt;/SPAN&gt;&lt;SPAN&gt;uttonLabel&lt;/SPAN&gt;&lt;SPAN&gt;}&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;Button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt; by calling this.setState({ buttonLabel: 'Start'}).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to change the value of a jimu-ui Select programmatically?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 16:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186838#M4691</guid>
      <dc:creator>Danik-B</dc:creator>
      <dc:date>2022-06-27T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically setting the value of a jimu-ui Select</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186842#M4692</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/512652"&gt;@Danik-B&lt;/a&gt;&amp;nbsp;Sure you do it the same way set the value of the Select to a state property.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;this.setState({value: x});

&amp;lt;Select value={this.state.value} ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 16:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186842#M4692</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2022-06-27T16:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically setting the value of a jimu-ui Select</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186847#M4693</link>
      <description>&lt;P&gt;That's pretty easy!&amp;nbsp; I think I got confused because the jimu-ui Select is not an html select and I didn't know if it could be controlled the same way. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 16:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/programmatically-setting-the-value-of-a-jimu-ui/m-p/1186847#M4693</guid>
      <dc:creator>Danik-B</dc:creator>
      <dc:date>2022-06-27T16:40:55Z</dc:date>
    </item>
  </channel>
</rss>

