Browse Source

Select example

Volodymyr Tkach 2 years ago
parent
commit
eee190e3a2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      css/controls/input/example.html

+ 3 - 1
css/controls/input/example.html

@@ -8,7 +8,9 @@
 	</head>
 	</head>
 	<body>
 	<body>
 		<div style="padding: 10px; background-color: gray;">
 		<div style="padding: 10px; background-color: gray;">
-			<input class="form-control" type="text" value="" placeholder="" /> <button class="btn">Button</button>
+			<input class="form-control" type="text" value="" placeholder="" /> <button class="btn">Button</button><br>
+			<br>
+			<select class="form-control"><option>Select</option></select> <button class="btn">Button</button>
 		</div>
 		</div>
 	</body>
 	</body>
 </html>
 </html>