Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses and challenges
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

43
Views
How to stop showing second popup of minutes in w2ui time field

After 9:00 am from popup is selected the second popup from minutes breakdown is displayed which needs to be hidden

Here In this image this second popup must be hidden

Code for HTML

 <div class="icon-div">
                                    <div class="icon-container"><i class="material-icons mr-2 " style="cursor: pointer">access_time</i> </div>
                                    <input type="eu-time" name="txtShift trial" autocomplete="off" ng-model="ShiftEnd" placeholder="End Time" id="txttrial" mandatory="1" class="w2field form-control global-icon-input" errorspnid="spnEndtime" />
                                    <span id="spnEndtime" class="mdl-textfield__error errorMsg">Please select End Time</span>
                                </div>
                            </div>

Code For javascript

 $('input[type=eu-time]').w2field('time', { format: 'h24'});
7 months ago ยท Juan Pablo Isaza
Answer question
Find remote jobs