Link to home
Start Free TrialLog in
Avatar of Jazzy 1012
Jazzy 1012

asked on

Change month dropdown

   <div class="form-group">
<label for="birthDate" class="col-sm-3 control-label"></label>
<div class="col-sm-9">
<input type="date" id="birthDate" class="form-control">
</div>
</div>

Open in new window

I have this code, I want whenever I click on the box for the drop down of the months to show not just when I click on the arrow.
Which means they cant edited it without clicking on month
Avatar of skullnobrains
skullnobrains

you're not posting the relevant code which is likely a bunch of javascript. there is no drop down anything in there.
Avatar of Jazzy 1012

ASKER

Thats all I had to post and I got a dropdown?
ASKER CERTIFIED SOLUTION
Avatar of skullnobrains
skullnobrains

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
no need to accept answers in such cases. you can edit your question and add missing information, or even delete the question
I solved it on my own