<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How  to create a dropdown button in text field</title><link>https://community.appian.com/discussions/f/user-interface/20747/how-to-create-a-dropdown-button-in-text-field</link><description>I need to create a drop down button in the text box field. How to do that plz suggest me. Thanks in advance</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How  to create a dropdown button in text field</title><link>https://community.appian.com/thread/80848?ContentTypeID=1</link><pubDate>Fri, 09 Apr 2021 15:52:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd522572-1710-464d-91d1-fcca61e25966</guid><dc:creator>sreenur0001</dc:creator><description>&lt;p&gt;Thank you for your time chris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How  to create a dropdown button in text field</title><link>https://community.appian.com/thread/80847?ContentTypeID=1</link><pubDate>Fri, 09 Apr 2021 15:03:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6bc5ecd-c1db-46fe-8e6c-1e04ffc392e3</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Since a &amp;#39;Text&amp;#39; field is open-entry, it sounds like you are looking for a &lt;em&gt;dropdown&lt;/em&gt; field to choose field types?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;a!localVariables(
  local!fieldTypes: {&amp;quot;Integer&amp;quot;,&amp;quot;Text&amp;quot;,&amp;quot;Dropdown&amp;quot;},
  local!selected,
  
  a!dropdownField(
    label: &amp;quot;Field Type:&amp;quot;,
    placeholder: &amp;quot;-- choose --&amp;quot;,
    choiceLabels: local!fieldTypes,
    choiceValues: local!fieldTypes,
    value: local!selected,
    saveInto: local!selected
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How  to create a dropdown button in text field</title><link>https://community.appian.com/thread/80844?ContentTypeID=1</link><pubDate>Fri, 09 Apr 2021 13:47:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a9100d2-7ef1-4c92-a1df-6eee5d2b43fc</guid><dc:creator>Carlos Santander</dc:creator><description>&lt;p&gt;Are you looking for something like a &lt;a href="https://docs.appian.com/suite/help/21.1/Custom_Picker_Component.html" rel="noopener noreferrer" target="_blank"&gt;picker&lt;/a&gt;, so that a few options show up once you start typing? If so, take a look at &lt;a href="https://docs.appian.com/suite/help/21.1/recipe-configure-an-array-picker.html" rel="noopener noreferrer" target="_blank"&gt;this recipe&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How  to create a dropdown button in text field</title><link>https://community.appian.com/thread/80835?ContentTypeID=1</link><pubDate>Fri, 09 Apr 2021 02:06:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03db7b09-eda3-4cc1-af99-573829c8775c</guid><dc:creator>sreenur0001</dc:creator><description>&lt;p&gt;Thank you &amp;nbsp;Mike for your time I will try to enlighten &amp;nbsp;it ,what’s my scenario is in grids editable grids are there right in that we choose fields like text field or integer field right ,in that text field inside we want to choose drop down ( within the text field we want to choose drop down field) how can we do that Mike. Thanks in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How  to create a dropdown button in text field</title><link>https://community.appian.com/thread/80833?ContentTypeID=1</link><pubDate>Thu, 08 Apr 2021 20:12:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d8a51228-3207-44ce-bd20-d827934a0034</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I&amp;#39;m not entirely clear what you&amp;#39;re asking for.&amp;nbsp; But with respect to Appian components, you&amp;#39;re pretty much limited to either a dropdown field or a text field.&amp;nbsp; For instance if you have a text field it&amp;#39;s just that - there isn&amp;#39;t exactly the ability to &amp;quot;add&amp;quot; a component of a different type to it, though you could put both next to each other.&amp;nbsp; I&amp;#39;m also not entirely sure what you mean by &amp;quot;drop down button&amp;quot; - could you expand on that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>