我使用Angular Material创建了一个长格式。奇怪的是,不是页面正常显示,而是从表格的中途开始。 这是我的浏览器正在做的事情(或许它认为我上次在某一点停了下来)?
不确定如何强制页面正常加载并从顶部开始。
有没有人遇到过这个?
答案 0 :(得分:1)
I was able to track down the issue and it was the md-autocomplete field causing the page to scroll down. To fix this I added md-autofocus="false" in the md-autocomplete field and now it loads normally.