Hi, come on a new project, using angular 1.3. In one modal window with settings there is a textAutoComplete (I did not find it). When scrolling - if this prompt is not selected, it will scroll down along with the contents of the document, as if its position: fixed , looks like this: enter image description here

From the code inspector it runs away, and I don’t really imagine how to find and fix it. It is possible to catch this hint when scrolling, and hide it through the Kolbek. But for this I need to find it somehow.

And what is this - a directive or a separate bibla, I could not find.

If you tell me which way to look, it would be nice.

  • one
    Look in the direction of the code. Open the page in the inspector, look at the source code of the element, try to find it in the project code by searching the files. If you can’t figure it out while having the code in hand, hardly anyone will help you here. - Fomina Catherine

1 answer 1

Understood.

The point was that the browser autocomplete (yes, it was him, checked in the fox - everything is OK there). He for some reason lags. Currently looking for a solution.

Here is the same bug, and ways to solve it. Just from here I will try to find a way out.