Skip to content

Commit

Permalink
删除placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongwen committed Nov 29, 2018
1 parent 8acc6b2 commit 1c65a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ <h3 class="box-title">普通下拉选择框</h3>
<form role="form">
<div class="form-group">
<label>Select</label>
<select id="id" class="form-control">
<select id="id" class="form-control" placeholder="请选择">
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
Expand Down

0 comments on commit 1c65a08

Please sign in to comment.