Recently, I encountered a dilemma with my search input using the input-group
feature in Bootstrap 4. My intention was to position this element absolutely by utilizing the left
and right
attributes. However, I noticed that only one of these attributes would work at a time. Can anyone shed some light on why this is happening and offer potential solutions?
If you'd like to take a look, here is a link to the jsfiddle:
https://jsfiddle.net/Maged_Saeed/hse2kr4c/
Your insights are greatly appreciated.