how to do disappear search box when click on any where on screen ?

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. this is fine for me same way when i click on some white space on screen it should diapered/hide.

  

after it should come to like this.

please suggest me how to do ?

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi, but my requirement is too different here.  once search text box displayed this should be disappeared where ever i clicked on anything on same screen. 

    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.

    actually, i given "show when" logic for this search icon. 

    In generally, in java, .Net we can do this right. 

Children
  • 0
    Certified Lead Developer
    in reply to kishoren0003

    Proper requirements don't dictate design.  This is especially important when, like in this case, the "requirement" is for something that the platform doesn't inherently do.

    You can set it up such that the search box doens't appear until you hit the "search" icon, that part is relatively easy.  However there'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'll have to figure out a different implementation that will satisfy your requirements. 

    Again, requirements should be along the lines of "have the ability to...", not "should have this exact design...".  What are the users unable to accomplish without the search box disappearing when clicking outside of it, that they can't accomplish in a different configuration that will actually work in Appian?