Time Picker Issue with Meta-Box 4.9.3

Support MB Group Time Picker Issue with Meta-Box 4.9.3Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4164
    pluginovenpluginoven
    Participant

    The Time-Picker is now always being displayed since updating to the latest 4.9.3 release of Meta-Box. A second time-picker will pop up when the time entry field is clicked on as expected, but there is now a second time-picker widget that is permanently displayed on the page.

    To recreate this issue simply place a cloneable group time element like so:

    array(
           'name' => __('Event Time','tevents'),
           'desc' => __('Time before countdown launch to trigger this event.','tminus'),
            'id' => $prefix . 'event_time',
            'class' => 'tminus_time_toggle',
            'type' => 'time',
            'js_options' => array(
                'timeFormat' => 'HH:mm:ss',
                'showSecond' => true,
            ),
    )
    
    #4237
    Anh TranAnh Tran
    Keymaster

    Sorry for the delay. There was a bug of version 4.9.3, please update to the latest version to fix that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.