adobe / aem-core-forms-components

Standardized components to build forms with AEM Forms
Apache License 2.0
26 stars 58 forks source link

Components without title can't be selected from the rule editor dropdown #1367

Closed a30011641 closed 2 months ago

a30011641 commented 2 months ago

Expected Behaviour

The components can be selected from the rule editor drop down menu even if no title applied.

Actual Behaviour

Components without titles cannot be selected from the rule editor drop-down menu. Clicking on or dragging and dropping these components will not have any effect. Only when a title is added to the component, it become selectable.

image

AEM Version

6.5 SP20

AEM Forms Version

Core Components Version: 1.1.40

rismehta commented 2 months ago

@a30011641 We display the form object’s name in the dropdown, and this name field is required in the authoring dialog of the component. You must fill in the name before you can save the component's properties dialog.

a30011641 commented 2 months ago

Hi @rismehta, thanks for your reply. The name is a mandatory field in the authoring dialog, but the title is not. If the component is not given a title, it can still be saved. However it can not be selected on rule editor drop-down. Does that mean we have to fill in the title to make the component to be selectable in the rule editor?

image image

rismehta commented 2 months ago

@a30011641 I see that it's possible to select a form object without a title from the dropdown. Could you please upgrade to the latest 6.5 SP (SP21)?

a30011641 commented 2 months ago

Hi @rismehta, I've updated to SP21, and also updated the form core component version to 1.1.50. The component can be selected from the dropdown without a title applied. Thanks for your help.