<?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 do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/discussions/f/user-interface/21777/how-to-do-disappear-search-box-when-click-on-any-where-on-screen</link><description>Team- 
 Is there any feasibility to disappear search box if i click on any where on screen white space instead of click on same search box for hiding. 
 from below screen i clicked search icon after clicking on search icon below text field is appearing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/thread/85340?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 13:40:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52b4fdfa-0748-47ae-89a0-9d795446b725</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Proper requirements don&amp;#39;t dictate design.&amp;nbsp; This is especially important when, like in this case, the &amp;quot;requirement&amp;quot; is for something that the platform doesn&amp;#39;t inherently do.&lt;/p&gt;
&lt;p&gt;You can set it up such that the search box doens&amp;#39;t appear until you hit the &amp;quot;search&amp;quot; icon, that part is relatively easy.&amp;nbsp; However there&amp;#39;s nothing in the SAIL interface design setup that would allow you to arbitrarily effect form elements simply by clicking outside the element, so you&amp;#39;ll have to figure out a different implementation that will satisfy your requirements.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Again, requirements should be along the lines of &amp;quot;have the ability to...&amp;quot;, &lt;em&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;/em&gt; &amp;quot;should have this exact design...&amp;quot;.&amp;nbsp; What are the users unable to &lt;em&gt;accomplish&lt;/em&gt; without the search box disappearing when clicking outside of it, that they can&amp;#39;t accomplish in a different configuration that will actually work in Appian?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/thread/85303?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 05:45:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7c479db-77dd-474c-bad5-e4f979cb0afb</guid><dc:creator>kishoren0003</dc:creator><description>&lt;p&gt;Hi, but my requirement is too different here.&amp;nbsp; once search text box displayed this should be disappeared where ever i clicked on anything on same screen.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;search text box should not be display always until in click on search icon. once i click it has to be appear and on same screen wherever i click, that search text box should be disappear.&lt;/p&gt;
&lt;p&gt;actually, i given &amp;quot;show when&amp;quot; logic for this search icon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In generally, in java, .Net we can do this right.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/thread/85258?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 18:07:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7fb6ba2b-fdfb-4e9c-997a-d91e1f29120d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I would suggest you start with the simplest approach, which is that the search text box will always be shown, either when it&amp;#39;s empty and also when a user has entered data (which will continue being shown in it).&amp;nbsp; In this way a user will be able to see what search term they&amp;#39;ve already searched on, and/or modify their search as needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/thread/85257?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 17:11:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e4d4887-36fd-4254-af4a-58aacabfc5e0</guid><dc:creator>kishoren0003</dc:creator><description>&lt;p&gt;Hi Schmitt, thanks for reply,&lt;/p&gt;
&lt;p&gt;What I am expecting here is, suppose when page is loads by default all the fields are populating right. So when I go and click search icon the text field is appearing next left side for entering data. This is expected behaviour.&lt;/p&gt;
&lt;p&gt;Now, my concern is some where I clicks on screen in white space by that time search text field should be hide /disappear right. &lt;/p&gt;
&lt;p&gt;Can you pls suggest how to modify to achieve that functionality&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to do disappear search box when click on any where on screen ?</title><link>https://community.appian.com/thread/85255?ContentTypeID=1</link><pubDate>Tue, 31 Aug 2021 16:20:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5912c5c6-7511-422f-9ff9-8be96dcbf9e2</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Can you clarify what your actual use case is?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not quite sure I even understand the sequence of events you&amp;#39;re describing here... is it that you want a search box to load by default, but hide itself if the user clicks *anything* other than the search box itself?&amp;nbsp; I don&amp;#39;t understand what that would be useful for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>