Time selection and view are broken on versions 2.4.3 and 2.4.4
See original GitHub issueHi 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


Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m seeing the same thing.
2.4.3
and2.4.4
from NPM (with Yarn) won’t show the time selection.2.4.2
works as expected.I’m still using 2.4.2