Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstrap form input select

<div class="col-lg-6 col-md-6 col-12">
  <div class="input-group mb-3">
    <div class="input-group-prepend">
      <select class="form-control select2bs4" name="country_code" id="country_code" style="width: 100%">
        <option value="+91">+91</option>
        <option value="+351">+351</option>
        <option value="+1">+1</option>
      </select>
    </div>
    	<input type="text" name="user" class="form-control" placeholder="Email Or Mobile Number">
    </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: html button with href 
Html :: link phone in safari 
Html :: pug meta viewport 
Html :: js cannot set property of null 
Html :: range slider in html 
Html :: make text bold with html 
Html :: date month year dropdown html 
Html :: ion select 
Html :: dropdown forms in bootstrap 
Html :: email full width images 
Html :: html a tag 
Html :: les cercle en html 
Html :: vue 3 emits 
Html :: tailwind css width 50 percent 
Html :: bootstrap 5 hamburger menu 
Html :: group checkbox html 
Html :: adding color to text in html 
Html :: bulma css lighter buttons 
Html :: how to create js code 
Html :: fetch api get ip 
Html :: html mark tag 
Html :: nested list html 
Html :: pdf download button 
Html :: breadcrumb b5 
Html :: vue pick 20 items from array 
Html :: HTML table fixing a column 
Html :: input text hint 
Html :: html details open default 
Html :: navigate to a html link in django python 
Html :: javascript update number 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =