<?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 have a dropdown/picker that allows user to input a value when it doesn&amp;#39;t exist</title><link>https://community.appian.com/discussions/f/general/35199/how-to-have-a-dropdown-picker-that-allows-user-to-input-a-value-when-it-doesn-t-exist</link><description>I want to have a dropdown/picker field that allows use either select from options or input a value when it is not in options</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to have a dropdown/picker that allows user to input a value when it doesn't exist</title><link>https://community.appian.com/thread/136666?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 09:28:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9bc29a8d-3e08-44ec-9e6d-6110bf38466c</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You can do this with a custom picker:&amp;nbsp;&lt;a id="" href="https://docs.appian.com/suite/help/24.2/Custom_Picker_Component.html"&gt;https://docs.appian.com/suite/help/24.2/Custom_Picker_Component.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the suggest function when a match isn&amp;#39;t found for the value being passed as the filter you&amp;#39;ll need to append that as a new value to the array of items used to search and&amp;nbsp;return that array back to the calling interface. You&amp;#39;ll need to do something similar with the identifiers. And then last of all, to ensure that the updated list is persisted you&amp;#39;ll need to ensure the new values are written to wherever they are sourced from so that they&amp;#39;re available for the next time you visit this interface,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have a dropdown/picker that allows user to input a value when it doesn't exist</title><link>https://community.appian.com/thread/136664?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 09:11:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:83e6fbcf-ed13-4e85-ab13-08f75a88bf2e</guid><dc:creator>fxzrqjzztrmy</dc:creator><description>&lt;p&gt;Awesome, thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have a dropdown/picker that allows user to input a value when it doesn't exist</title><link>https://community.appian.com/thread/136662?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 09:10:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a7dfc55-595a-46ed-a05d-71a5351feade</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Have a options as other in the dropdown, which when selected enables a text field and collects the required value. or use a + icon next to the dropdown/picker which changes the field to textfield when clicked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have a dropdown/picker that allows user to input a value when it doesn't exist</title><link>https://community.appian.com/thread/136661?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 08:56:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9bedea1b-e878-441d-9380-2706a034d59a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;For picker fields, I discuss this in a blog post:&amp;nbsp;&lt;a href="https://appian.rocks/2022/12/22/create-new-items-using-a-custom-picker/"&gt;https://appian.rocks/2022/12/22/create-new-items-using-a-custom-picker/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For drop downs, I typically add a &amp;quot;+&amp;quot; button that allows the user to enter a new value in a text field that replaces the drop down.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to have a dropdown/picker that allows user to input a value when it doesn't exist</title><link>https://community.appian.com/thread/136657?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 07:48:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61562246-318a-4cd3-854a-c3eeb08260f6</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Maybe using a text field when the values doesn&amp;#39;t exist,&amp;nbsp;and making it visible (hiding the drowopdown) when needed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>