【发布时间】:2018-01-21 09:32:29
【问题描述】:
<html>
<body ng-app="app">
<div ng-controller="HelloController">
Enter Text
<input class="form-control" ng-model="inputString">
</div>
</body>
<html>
我不想使用 CSS 样式“text-transformation:capitalize”,因为它在大写锁定打开时不起作用
【问题讨论】:
-
“大写锁定打开时不起作用”。所以你还想对每个单词的剩余字母强制小写?
-
是的,先生。因为当大写锁定打开时,上面的 css 属性不起作用
标签: javascript jquery html css angularjs