Closed
Bug 1322329
Opened 9 years ago
Closed 9 years ago
mozilla 50.0.2 is not work properly in my system when i use html5 code (datetype) in form then mozilla 50.0.2 show only input text field rather then date type input field. so please suggest me what i do for it.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 888320
People
(Reporter: arvinder1789, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
Steps to reproduce:
<!-- Text input-->
<div class="form-group">
<label class="col-md-4 control-label">Last Date of Delivery </label>
<div class="col-md-6 inputGroupContainer">
<div class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-calendar"></i></span>
<input name="phone" placeholder="06/06/2016" class="form-control" type="date" required>
</div>
</div>
</div>
<!-- Text input-->
Actual results:
http://tradologie.com/lp/default-form/ (mozilla browser)
Expected results:
http://tradologie.com/lp/default-form/ (chrome browser)
Comment 1•9 years ago
|
||
Hello,
this new input type is not jet in firefox. There is an open bug to implement this functions.
at the moment you need to use a polyfill to get this behavior in firefox.
br
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•