<?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>Text input disappears when clicking elsewhere</title><link>https://community.appian.com/discussions/f/general/10592/text-input-disappears-when-clicking-elsewhere</link><description>Hello, 
 
 I created a Interface with a wizard including some text boxes, drop downs and radio buttons on the first page and 4 text boxes on the second page of the wizard. 
 When the interface is opened as a standalone tab in chrome, on the first page</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/50557?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2017 14:27:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bc71184b-94c3-485f-88eb-4be99af855a7</guid><dc:creator>viveku3486</dc:creator><description>Hi, One reason behind this issue would be the &amp;quot;saveInto&amp;quot; parameter. You have to retain the value and for doing this you have to use your data store variable. For example lets say your variable is ri!name for storing the name variable and local!dataSubSet is used to hold the records returned from table. Then, you have to use the expression like saveInto:{ri!name,local!dataSubSet.data.name}. It will work fine&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46293?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 14:45:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:37a83332-491c-48cf-9cc6-e162af12e95a</guid><dc:creator>sjoerds0001</dc:creator><description>Aaahhh now I get it. That must be it indeed. Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46292?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 14:40:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bcbe37b5-f279-4de2-a230-03b43014c047</guid><dc:creator>Mike Schmitt</dc:creator><description>The reason I asked to see your task configuration, and what &lt;a href="/members/carloss"&gt;Carlos Santander&lt;/a&gt; was getting at too probably, was the fact that if a rule input is not mapped to an ACP variable in the user input task, the value entered on-form will be lost after the field is unfocused - this of course won&amp;#39;t happen when viewing the form in interface designer.  By starting over, I expect you have inadvertently fixed this issue.  But it would help for you to understand what exactly is going on as that&amp;#39;s the only real way to prevent future issues.&lt;br /&gt;
&lt;br /&gt;
If you want to reproduce what i&amp;#39;m talking about, to understand better -- temporarily add a new text RI and accompanying text field on your SAIL form, but don&amp;#39;t update the user input task node in the process model.  Then when you run that task again, you&amp;#39;ll see the new field but you will find any value entered will disappear -- I believe the same way as what you were experiencing before.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46291?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 14:04:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1477a619-660d-45cb-8dd8-c914c599df6c</guid><dc:creator>sjoerds0001</dc:creator><description>well I solved it sort off. I came to the conclusion that something had to be seriously broken in the designer. I copied the code. Ditched the interface and process connected. I created a new interface with a form, not a wizard and pasted the code. Now it&amp;#39;s working. Thanks for the help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46283?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 11:43:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f3e5429-3f47-447b-9422-3831c41c34f6</guid><dc:creator>Carlos Santander</dc:creator><description>I pasted your code in a new interface and defined the necessary rule inputs, and everything works fine. Assuming your rule inputs are correct, then the problem is not in the SAIL code. Take a look at how you&amp;#39;re binding process data to your form inputs. For example, make sure all the types match. You could also post a screenshot of your form configuration in the user input task.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46280?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 08:24:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bee55025-4853-4d54-b6fd-00239ee18e9a</guid><dc:creator>sjoerds0001</dc:creator><description>It&amp;#39;s nothing complete. I&amp;#39;m making a testcase for a group of colleagues to present the capabilities of Appian. For now I created an interface to show the dynamic capabilities of that component. The processmodel connected to the interface is just start to end. I saved the interface as an application and opened it trough tempo. The application then opens standalone in another tab. That&amp;#39;s where the problems are. half the forms textboxes work properly and the ones I add now don&amp;#39;t. Text typed in immediately disappears when clicked elsewhere. When I use the interface in designer and type something in the textboxes everything works. I can see the text not disappearing and the value change on the interface inputs tab&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46265?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 18:30:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:072e1f72-73a6-40ec-905d-6ba7b78bbd11</guid><dc:creator>Mike Schmitt</dc:creator><description>Did you say the input disappearing issue is happening when it&amp;#39;s used in an in-process task?  Can you post a screenshot of your task configuration?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46248?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 11:53:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:08031df4-d302-4cf2-8563-1a520034e3c7</guid><dc:creator>sjoerds0001</dc:creator><description>This is really weird, I tried everything now. Every text box I add and link to an interface input does the same thing. The existing ones on the first page of the wizard are the only ones that work. All text input of new text boxes added now disappear regardless of location in the interface. I tried making another interface with text boxes and calling it on the existing interface, same thing&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46246?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 07:46:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bdb78c1-72b0-481c-b60b-454751f49bfe</guid><dc:creator>sjoerds0001</dc:creator><description>The save input into and display value are the same for all. That&amp;#39;s not it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46245?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 07:45:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa00358f-037e-4097-9443-31c8195770f6</guid><dc:creator>sjoerds0001</dc:creator><description>This is the code.&lt;br /&gt;
&lt;br /&gt;
=load(&lt;br /&gt;
  local!test: &amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}LabelValue&amp;#39;(),&lt;/a&gt;&lt;br /&gt;
  local!currentStep: 1,&lt;br /&gt;
  local!steps: {&amp;quot;Step 1&amp;quot;, &amp;quot;Step 2&amp;quot;, &amp;quot;Confirmation&amp;quot;},&lt;br /&gt;
  a!formLayout(&lt;br /&gt;
    label: &amp;quot;Aanvraag&amp;quot;,&lt;br /&gt;
    contents: {&lt;br /&gt;
      a!milestoneField(&lt;br /&gt;
        steps: local!steps,&lt;br /&gt;
        active: local!currentStep&lt;br /&gt;
      ),&lt;br /&gt;
      a!sectionLayout(&lt;br /&gt;
        contents: {&lt;br /&gt;
          a!textField(&lt;br /&gt;
            label: &amp;quot;Naam&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!Naam,&lt;br /&gt;
            saveInto: ri!Naam,&lt;br /&gt;
            refreshAfter: &amp;quot;UNFOCUS&amp;quot;,&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!radioButtonField(&lt;br /&gt;
            label: &amp;quot;Geslacht&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Man&amp;quot;, &amp;quot;Vrouw&amp;quot;},&lt;br /&gt;
            choiceValues: {true(), false()},&lt;br /&gt;
            value: ri!Geslacht,&lt;br /&gt;
            saveInto: ri!Geslacht,&lt;br /&gt;
            required: true,&lt;br /&gt;
            choiceLayout: &amp;quot;STACKED&amp;quot;,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!dateField(&lt;br /&gt;
            label: &amp;quot;Geboorte datum&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            helptooltip: &amp;quot;Minimale leeftijd is 18 jaar.&amp;quot;,&lt;br /&gt;
            value: ri!GeboorteDatum,&lt;br /&gt;
            saveInto: ri!GeboorteDatum,&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: if(edate(today(), -216) &amp;gt; ri!GeboorteDatum, null, &amp;quot;U moet minimaal 18 Jaar oud zijn voor een aanvraag.&amp;quot;)),&lt;br /&gt;
          a!dropdownField(&lt;br /&gt;
            label: &amp;quot;Kies uw pakket&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            placeholderLabel: &amp;quot;--- Select a Value ---&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Budget&amp;quot;, &amp;quot;Standard&amp;quot;,&lt;br /&gt;
              &amp;quot;Premium&amp;quot;,&lt;br /&gt;
              &amp;quot;Family&amp;quot;},&lt;br /&gt;
            choiceValues: {1, 2,&lt;br /&gt;
              3,&lt;br /&gt;
              4},&lt;br /&gt;
            value: ri!PakketKeuzeJ,&lt;br /&gt;
            saveInto: ri!PakketKeuzeJ,&lt;br /&gt;
            showwhen: if(and(edate(today(), -804) &amp;lt; ri!GeboorteDatum,edate(today(), -216) &amp;gt; ri!GeboorteDatum),(ri!GeboorteDatum),false),&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!dropdownField(&lt;br /&gt;
            label: &amp;quot;Kies uw pakket (Senior)&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            placeholderLabel: &amp;quot;--- Select a Value ---&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Budget Senior&amp;quot;, &amp;quot;Standard Senior&amp;quot;,&lt;br /&gt;
              &amp;quot;Premium Senior&amp;quot;,&lt;br /&gt;
              &amp;quot;Pensioner&amp;quot;},&lt;br /&gt;
            choiceValues: {1, 2,&lt;br /&gt;
              3,&lt;br /&gt;
              4},&lt;br /&gt;
            value: ri!PakketKeuzeS,&lt;br /&gt;
            saveInto: ri!PakketKeuzeS,&lt;br /&gt;
            showwhen: if(isnull(ri!GeboorteDatum), false, edate(today(), -804) &amp;gt;= ri!GeboorteDatum),&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!checkboxField(&lt;br /&gt;
            label: &amp;quot;Extra pakketten&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Family Voordeel&amp;quot;, &amp;quot;Student Extra&amp;quot;,&lt;br /&gt;
              &amp;quot;Totaal Pakket&amp;quot;,&lt;br /&gt;
              &amp;quot;Totaal Pakket Extra&amp;quot;},&lt;br /&gt;
            choiceValues: {1, 2,&lt;br /&gt;
              3,&lt;br /&gt;
              4},&lt;br /&gt;
            value: ri!Extras,&lt;br /&gt;
            saveInto: ri!Extras,&lt;br /&gt;
            showwhen: OR(ri!PakketKeuzeJ=&amp;quot;1&amp;quot;,ri!PakketKeuzeJ=&amp;quot;2&amp;quot;,ri!PakketKeuzeJ=&amp;quot;3&amp;quot;,ri!PakketKeuzeS=&amp;quot;1&amp;quot;,ri!PakketKeuzeS=&amp;quot;2&amp;quot;,ri!PakketKeuzeS=&amp;quot;3&amp;quot;),&lt;br /&gt;
            choicelayout: &amp;quot;STACKED&amp;quot;),&lt;br /&gt;
          a!radioButtonField(&lt;br /&gt;
            label: &amp;quot;Bent u werkzaam?&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Ja&amp;quot;, &amp;quot;Nee&amp;quot;},&lt;br /&gt;
            choiceValues: {true(), false()},&lt;br /&gt;
            value: ri!Werkzaam,&lt;br /&gt;
            saveInto: ri!Werkzaam,&lt;br /&gt;
            showwhen: OR(ri!PakketKeuzeJ=&amp;quot;1&amp;quot;,ri!PakketKeuzeJ=&amp;quot;2&amp;quot;,ri!PakketKeuzeJ=&amp;quot;3&amp;quot;,ri!PakketKeuzeS=&amp;quot;1&amp;quot;,ri!PakketKeuzeS=&amp;quot;2&amp;quot;,ri!PakketKeuzeS=&amp;quot;3&amp;quot;),&lt;br /&gt;
            required: true,&lt;br /&gt;
            choiceLayout: &amp;quot;STACKED&amp;quot;,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!radioButtonField(&lt;br /&gt;
            label: &amp;quot;Bent u met pensioen?&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Ja&amp;quot;, &amp;quot;Nee&amp;quot;},&lt;br /&gt;
            choiceValues: {true(), false()},&lt;br /&gt;
            value: ri!Pensioen,&lt;br /&gt;
            saveInto: ri!Pensioen,&lt;br /&gt;
            showwhen: ri!Werkzaam = false(),&lt;br /&gt;
            required: true,&lt;br /&gt;
            choiceLayout: &amp;quot;STACKED&amp;quot;,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!radioButtonField(&lt;br /&gt;
            label: &amp;quot;Ontvangt u een inkomen?&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            helptooltip: &amp;quot;Is uw partner hoofdverdiener?&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Ja&amp;quot;, &amp;quot;Nee&amp;quot;},&lt;br /&gt;
            choiceValues: {true(), false()},&lt;br /&gt;
            value: ri!Inkomen,&lt;br /&gt;
            saveInto: ri!Inkomen,&lt;br /&gt;
            showwhen: ri!Pensioen = false(),&lt;br /&gt;
            required: true,&lt;br /&gt;
            choiceLayout: &amp;quot;STACKED&amp;quot;,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!dropdownField(&lt;br /&gt;
            label: &amp;quot;Hoeveel verdiend u per jaar?&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            helptooltip: &amp;quot;Of uw partner?&amp;quot;,&lt;br /&gt;
            placeholderLabel: &amp;quot;--- Select a Value ---&amp;quot;,&lt;br /&gt;
            choiceLabels: {&amp;quot;Minder dan 32.000&amp;quot;, &amp;quot;Meer dan 32.000 en minder dan 64.000&amp;quot;,&lt;br /&gt;
              &amp;quot;Meer dan 64.000&amp;quot;},&lt;br /&gt;
            choiceValues: {1, 2,&lt;br /&gt;
              3},&lt;br /&gt;
            value: ri!InkomenHoeveel,&lt;br /&gt;
            saveInto: ri!InkomenHoeveel,&lt;br /&gt;
            showwhen: or(ri!Werkzaam, ri!Pensioen, ri!Inkomen),&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!fileUploadField(&lt;br /&gt;
            label: &amp;quot;Upload hier een kopie van uw identiteitsbewijs&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!BestandenUpload,&lt;br /&gt;
            saveInto: ri!BestandenUpload,&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          )&lt;br /&gt;
        },&lt;br /&gt;
        showWhen: or(local!currentStep = 1, local!currentStep = length(local!steps))&lt;br /&gt;
      ),&lt;br /&gt;
      a!sectionLayout(&lt;br /&gt;
        label: &amp;quot;Account aanmaken&amp;quot;,&lt;br /&gt;
        contents: {&lt;br /&gt;
          a!textField(&lt;br /&gt;
            label: &amp;quot;Gebruikersnaam&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!Gebruikersnaam,&lt;br /&gt;
            saveInto: ri!Gebruikersnaam,&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!textField(&lt;br /&gt;
            label: &amp;quot;E-mailadres&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!Emailadres,&lt;br /&gt;
            saveInto: ri!Emailadres,&lt;br /&gt;
            required: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!textField(&lt;br /&gt;
            label: &amp;quot;Wachtwoord&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!Wachtwoord,&lt;br /&gt;
            saveInto: ri!Wachtwoord,&lt;br /&gt;
            required: true,&lt;br /&gt;
            masked: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          ),&lt;br /&gt;
          a!textField(&lt;br /&gt;
            label: &amp;quot;Herhaal wachtwoord&amp;quot;,&lt;br /&gt;
            labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
            value: ri!HerhaalWachtwoord,&lt;br /&gt;
            saveInto: ri!HerhaalWachtwoord,&lt;br /&gt;
            required: true,&lt;br /&gt;
            masked: true,&lt;br /&gt;
            validations: {}&lt;br /&gt;
          )&lt;br /&gt;
        },&lt;br /&gt;
        showWhen: or(local!currentStep = 2, local!currentStep = length(local!steps))&lt;br /&gt;
      )&lt;br /&gt;
    },&lt;br /&gt;
    buttons: a!buttonLayout(&lt;br /&gt;
      primaryButtons: {&lt;br /&gt;
        a!buttonWidgetSubmit(&lt;br /&gt;
          label: &amp;quot;Done&amp;quot;,&lt;br /&gt;
          style: &amp;quot;PRIMARY&amp;quot;,&lt;br /&gt;
          showWhen: local!currentStep = length(local!steps)&lt;br /&gt;
        ),&lt;br /&gt;
        a!buttonWidget(&lt;br /&gt;
          label: &amp;quot;Next&amp;quot;,&lt;br /&gt;
          value: local!currentStep + 1,&lt;br /&gt;
          saveInto: {&lt;br /&gt;
            local!currentStep&lt;br /&gt;
          },&lt;br /&gt;
          showWhen: local!currentStep &amp;lt;&amp;gt; length(local!steps),&lt;br /&gt;
          validate: true&lt;br /&gt;
        )&lt;br /&gt;
      },&lt;br /&gt;
      secondaryButtons: {&lt;br /&gt;
        a!buttonWidget(&lt;br /&gt;
          label: &amp;quot;Go Back&amp;quot;,&lt;br /&gt;
          value: local!currentStep - 1,&lt;br /&gt;
          saveInto: local!currentStep,&lt;br /&gt;
          showWhen: local!currentStep &amp;gt; 1&lt;br /&gt;
        ),&lt;br /&gt;
        a!buttonWidgetSubmit(&lt;br /&gt;
          label: &amp;quot;Cancel&amp;quot;,&lt;br /&gt;
          style: &amp;quot;SECONDARY&amp;quot;,&lt;br /&gt;
          skipValidation: true&lt;br /&gt;
        )&lt;br /&gt;
      }&lt;br /&gt;
    )&lt;br /&gt;
  )&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46230?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 04:15:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6122025a-c3c5-4906-9000-86fff2b11e2a</guid><dc:creator>mukeshm298895</dc:creator><description>&lt;p&gt;Please make sure you specified the same variable in value and saveInto. Example below:&lt;br /&gt; value: ri!vehicleInfo.make,&lt;br /&gt; saveInto: ri!vehicleInfo.make,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If there is any discrepancy, value will be wiped-out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46221?ContentTypeID=1</link><pubDate>Mon, 19 Jun 2017 17:58:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:69616aff-5688-4baf-96a3-37b314cbb01b</guid><dc:creator>Shyam Bommakanti</dc:creator><description>The saveinto and value variables should match. The textbox displays value (set via literal or variable, in your case I&amp;#39;m assuming variable) and when you change the value in the interface the box refreshes and display the current value of the variable in the value attribute. So to see the value entered to be displayed all the time you have to use the same variable for the value. &lt;br /&gt;
&lt;br /&gt;
Both the value and saveinto takes expressions so you can configure it per your requirements, like default value etc. &lt;br /&gt;
&lt;br /&gt;
In Interface designer for a more accurate test, click on Test button on the top each time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Text input disappears when clicking elsewhere</title><link>https://community.appian.com/thread/46208?ContentTypeID=1</link><pubDate>Mon, 19 Jun 2017 14:37:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3c788e31-99c8-40e3-a03e-8573db8ee8b7</guid><dc:creator>Colton Beck</dc:creator><description>Could you post an screenshot of the code in question?&lt;br /&gt;
&lt;br /&gt;
My first thought is that you&amp;#39;re incorrectly (or not) saving the relevant field into a local variable or rule input.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>