Basically I am working on a feature like this below:
I have the input field and div both have refs assigned, I need to align the options div to the "/" character in the input field, how can I do that?
I am able to align with input field but that's not a problem, the challenge is I have to align with "/" character which is in input field.
I handled all the functionalities expect this alignment issue. How can I do this?