我有一件事有问题。我试图解决大约两个小时。因此,问题是指Microsoft Edge和Input。我正在使用Angular 4作为我的网络应用程序。我在页面用户上放置了一个输入字段。我在我的应用中使用路由,因此,此页面位于子页面中,如
<app-root>
<dashboard>
<users>
<input> <!-- Input with problem -->
</users>
</dashboard>
</app-root>
我正在调试,我发现键入的文字出现在app router之外!不在INPUT字段中! 像
TYPED TEXT APPEARS HERE
<app-root>
<dashboard>
<users>
<input> <!-- Input with problem -->
</users>
</dashboard>
</app-root>
这是截图: You can see test at the top, that is needed to be in input field
请帮帮我!我非常讨厌这个浏览器!
P.S。不要告诉我关于风格的事情,他们都很清楚!