ember-cli-bootstrap-datetimepicker icon indicating copy to clipboard operation
ember-cli-bootstrap-datetimepicker copied to clipboard

Ember date time picker addon

Results 12 ember-cli-bootstrap-datetimepicker issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 to 0.5.35. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Upgrading ember to 3.28.11 gives the warning below, and disabling jquery optional-features in favour of `@ember/jquery` breaks the picker. `WARNING: Setting the jquery-integration optional feature flag to true, or not...

If you set showIcon to false then you get the following exception when opening the picker: ``` bootstrap-datetimepicker.js:426 Uncaught TypeError: Cannot read property 'top' of undefined at place (bootstrap-datetimepicker.js:426) at...

Setting the `locale` does not change e.g. month names in my case. I am using `ember-cli-moment-shim` and did set `moment.includeLocales` to `true`. If I access the jQuery DateTimePicker object and...

Currently we want to use fastboot for our ember app. But the app won't load because of this "bootstrap-datetimepicker requires jQuery to be loaded first" message. Is it possible to...

In the code below, updating `daysOfWeekDisabled` via the `daysOff` computed does not seem to be felt at the `bs-datetimepicker`, not sure if it's possible to update the `datetimepicker` widget with...