按下Enter键时,请勿执行按钮的onclick。角度1.5.3

时间:2018-12-12 14:45:03

标签: angularjs

我在1.5.3角形内有一个按钮:

<button type="button" ng-show="aviso.selectedProvince" style="background:none;border:none;cursor:pointer;position:absolute;right:30px;top:4px;"
                          ng-click="aviso.clearProvincia($event)">X</button>

当我专注于其他输入(如果按Enter时)时,我会跳过onclick按钮

我放了type =“ button”,按回车键应该不会跳转

如何在按屏幕上的Enter键时阻止按钮跳过?

0 个答案:

没有答案