diff --git a/src/pages/BandoFormsEdit/components/BuilderElementSettings/index.js b/src/pages/BandoFormsEdit/components/BuilderElementSettings/index.js index 3a787ae..2a30a4e 100644 --- a/src/pages/BandoFormsEdit/components/BuilderElementSettings/index.js +++ b/src/pages/BandoFormsEdit/components/BuilderElementSettings/index.js @@ -169,6 +169,7 @@ const BuilderElementSettings = ({ closeSettingsFn, callStatus, context }) => { options={getDynamicDataOptions(activeElementData.name)} optionLabel="label" optionValue="value" + showClear placeholder={__('Scegli', 'gepafin')}/> : null} @@ -203,6 +204,7 @@ const BuilderElementSettings = ({ closeSettingsFn, callStatus, context }) => { options={customValidationOptions} optionLabel="label" optionValue="value" + showClear placeholder={__('Scegli', 'gepafin')}/> : null}