32
Views
2
Comments
[ReactiveAutoComplete] Span style class used in the list
Question
reactiveautocomplete
Reactive icon
Forge asset by Steven Decock

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

2021-05-18 02-27-17
Manish Gupta
Champion

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. 

2025-06-01 02-51-51
YASH PAL

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.