Hi
there is a style class used for reactive autocomplete list
.form span { position: static !important; }
I'm using reactive autocomplete for an input field in a screen form ,this is moving the css class of other input fields in the form as the !important overrides the Position : relative .
Is there any other class that can be used for the autoreactive list
Thanks & Regards
Hi Prachi
I have not used this component so I'm not sure about the classes available to handle this but if you can share your page or minimal oml, we can look into possible solution with applying CSS.
Hi Prachi you can go to this component in and in the edit mode you can remove the important variable and then again publish that forge component.