mirror of https://github.com/twbs/bootstrap.git
				
				
				
			fix ID of <select> in fieldset[disabled] example
This commit is contained in:
		
							parent
							
								
									c558c035d7
								
							
						
					
					
						commit
						1c64c8f43b
					
				
							
								
								
									
										4
									
								
								css.html
								
								
								
								
							
							
						
						
									
										4
									
								
								css.html
								
								
								
								
							|  | @ -1699,7 +1699,7 @@ For example, <code><section></code> should be wrapped as inline. | |||
|           <input type="text" id="disabledInput" class="form-control" placeholder="Disabled input"> | ||||
|         </div> | ||||
|         <div class="form-group"> | ||||
|           <label for="disabledInput">Disabled select menu</label> | ||||
|           <label for="disabledSelect">Disabled select menu</label> | ||||
|           <select id="disabledSelect" class="form-control"> | ||||
|             <option>Disabled select</option> | ||||
|           </select> | ||||
|  | @ -1720,7 +1720,7 @@ For example, <code><section></code> should be wrapped as inline. | |||
|       <input type="text" id="disabledInput" class="form-control" placeholder="Disabled input"> | ||||
|     </div> | ||||
|     <div class="form-group"> | ||||
|       <label for="disabledInput">Disabled select menu</label> | ||||
|       <label for="disabledSelect">Disabled select menu</label> | ||||
|       <select id="disabledSelect" class="form-control"> | ||||
|         <option>Disabled select</option> | ||||
|       </select> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue