From 1811da9c852f1572ee7f68d468e198d769b7fe91 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Fri, 11 Apr 2025 10:37:47 +0200 Subject: [PATCH] - added clear icon; --- .../BandoFormsEdit/components/BuilderElementSettings/index.js | 2 ++ 1 file changed, 2 insertions(+) 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}