Skip to content

Commit

Permalink
自定义文本类型
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Apr 2, 2017
1 parent 59a01df commit daa46e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap-table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bootstrap-table.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/mos-default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="joininputcol">
<input ng-if="!form.fieldAddonLeft && !form.fieldAddonRight"
ng-show="form.key && form.type!='label'"
type="{{form.type.replace('mos-','')}}"
type="{{form.input_type || form.type.replace('mos-','')}}"
step="any"
sf-changed="form"
placeholder="{{form.placeholder}}"
Expand All @@ -31,7 +31,7 @@
</span>

<input ng-show="form.key && form.type!='label'"
type="{{form.type.replace('mos-','')}}"
type="{{form.input_type || form.type.replace('mos-','')}}"
step="any"
sf-changed="form"
placeholder="{{form.placeholder}}"
Expand Down

0 comments on commit daa46e8

Please sign in to comment.