<?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>Garbage Value in Custom Picker</title><link>https://community.appian.com/discussions/f/user-interface/39629/garbage-value-in-custom-picker</link><description>Hi Everyone I’m using a custom picker as a user picker to select users based on custom properties. However, I’ve run into an issue: 
       •     If I type something in the picker but then erase it without selecting a suggestion, the field ends up holding</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Garbage Value in Custom Picker</title><link>https://community.appian.com/thread/151057?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 11:33:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:534bfa0c-5b61-450c-b781-5d39dca2f6a2</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;In selectedLabels,use &lt;br /&gt;if(isnull(local!selectedUser), {}, {local!selectedUser.name}) &lt;br /&gt;to return empty list instead of {null}, and in saveInto add &lt;br /&gt;if(or(isnull(save!value), length(save!value)=0), a!save(local!selectedUser, null), ...) &lt;br /&gt;to clear when text is erased.&lt;br /&gt;&lt;br /&gt;Add validations to check if typed text matches valid selection, and disable submit button with disabled: isnull(local!selectedUser) to prevent submission.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Garbage Value in Custom Picker</title><link>https://community.appian.com/thread/151054?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 10:56:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:336a9084-072d-4ffc-9748-e59afb51ab40</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You will have to check your code for the &amp;quot;selectedLabels&amp;quot; attribute. Make sure it does not create a list with null values.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>