surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.02k stars 785 forks source link

Logic Tab - The Radiogroup | Clear button appears incorrectly #8226

Closed JaneSjs closed 2 months ago

JaneSjs commented 2 months ago

To reproduce the issue, enable the Radiogroup showClearButton option and activate a Logic tab.

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "radiogroup",
     "name": "question1",
     "choices": [
      "Item 1",
      "Item 2",
      "Item 3"
     ],
     "showClearButton": true
    }
   ]
  }
 ]
}

The Clear button appears as follows: image

Expected output: image

andrewtelnov commented 2 months ago

The radiogroup getConditionJson should remove showClearButton property.