Hi varuns46785756
The issue that you're talking about is only happening when we make a search in chrome browser. Also, if we click outside and click on the editable area then we can see the configure option.
Do you also facing the same issue?If yes, please raise a daycare ticket if you want to resolve this.
Otherwise, If the configure option is not coming in general. Please verify whether your component contains _cq_editConfig.xml or not?
Please find sample XML for your reference:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
cq:actions="[edit,-,delete,insert,copymove]"
cq:disableTargeting="{Boolean}true"
cq:layout="editbar"
jcr:primaryType="cq:EditConfig">
<cq:listeners
jcr:primaryType="cq:EditListenersConfig"
afteredit="REFRESH_PARENT"/>
</jcr:root>
Regards,
Arpit Varshney