formio / formio.js

JavaScript powered Forms with JSON Form Builder

Home Page:https://formio.github.io/formio.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to clear the default values for Survey component.

TusharGoel14 opened this issue · comments

  1. Take the survey component under the Advanced
  2. Add some questions and Values
  3. Make some questions with default values and save
  4. now try to clear the default value
  5. Observed Not able to clear the default values once we entered.

PFA the attached GIF for the better understanding of the issue.

Note : We can clear the values if we remove the same from FORM JSON but is there any way to clear the default value without changing the Form Json?

SurveyComponent

You would need to edit the component using the JSON editor to clear the values (wrench icon on the field). I know the UI is not the best with this method, but that is how you would do it.