question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Time selection and view are broken on versions 2.4.3 and 2.4.4

See original GitHub issue

Hi guys,

First of all, thanks for the excellent job with Flatpickr! 😃

The issue was inserted on version 2.4.3. I use wrap and static in my config.

Please see the configuration:

this.flatpickr = this.$('.flatpickr').flatpickr({
  wrap: true,
  static: true,
  utc: true,
  enableTime: true,
  minuteIncrement: 1,
  'time_24hr': true,
  altInput: true,
  altFormat: 'F j, Y H:i'
})
<div class="row col-md-12">
  <div class="input-group flatpickr">
    <div>
      <input type="text" id="executeAt" name="executeAt" class="no-margin" data-input="" placeholder="Pick date and time" required />
    </div>
    <span class="input-group-addon hidden-xs" data-toggle=""><i class="material-icons">insert_invitation</i></span>
    <span class="input-group-addon" data-clear=""><i class="material-icons">clear</i></span>
  </div>
</div>

And the result

screen shot 2017-03-11 at 22 18 50 screen shot 2017-03-11 at 22 19 10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
arthurkirkosacommented, Mar 13, 2017

I’m seeing the same thing. 2.4.3 and 2.4.4 from NPM (with Yarn) won’t show the time selection. 2.4.2 works as expected.

0reactions
celsomarquescommented, Apr 3, 2017

I’m still using 2.4.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrade from 2.4.3-p1 to 2.4.4 throws terminal error "Fatal ...
In this case, composer will fail. In order to fix this you can use update-alternatives --config php to select the php version used...
Read more >
Packages downgraded after upgrading from 2.4.4 to 2.4.4-p1
This article provides a hotfix for the issue when merchants on version 2.4.4 run the `composer update` command, and then the packages ...
Read more >
UVM Software Version History 2.4.0 to 2.5.3 - BeyondTrust
View the release notes history for BeyondTrust UVM Software 2.4.0 through 2.5.3. See new features, enhancements, bug fixes, and software requirements.
Read more >
Apache 2.4 Change Log
Apache Lounge changes: *) Applied APR patch for handle leak, see Patch APR ... This issue affects Apache HTTP Server 2.4 version 2.4.52...
Read more >
Known Issues | Cribl Docs
Issues affecting Cribl Stream and/or Cribl Edge, with workarounds and fix ... in Map View, a honeycomb displays values for each of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found