Skip to content

Commit f356569

Browse files
authored
disable selectOnFocus on workflow condition selector (#319)
1 parent 01b8b33 commit f356569

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- **[NEW FEATURE]**: API Output channel Field Transformer
66
- **[BUGFIX]**: ensure migration of form configs will be symfony5 compatible [@grizzlydotweb](https://github.com/dachcom-digital/pimcore-formbuilder/pull/310)
77
- **[BUGFIX]**: fix typo in translation [#312](https://github.com/dachcom-digital/pimcore-formbuilder/issues/312)
8+
- **[BUGFIX]**: disable selectOnFocus [#315](https://github.com/dachcom-digital/pimcore-formbuilder/issues/315)
89

910
## Version 4.0.2
1011
- [ENHANCEMENT] enable placeholder in cc and bcc field in email output workflow [@frithjof](https://github.com/dachcom-digital/pimcore-formbuilder/pull/305)

src/FormBuilderBundle/Resources/public/js/extjs/conditional-logic/condition/outputWorkflow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Formbuilder.extjs.conditionalLogic.condition.outputWorkflow = Class.create(Formb
2929
allowBlank: false,
3030
flex: 1,
3131
queryMode: 'local',
32+
selectOnFocus: false,
3233
editable: false,
3334
triggerAction: 'all',
3435
store: new Ext.data.Store({

0 commit comments

Comments
 (0)