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

Datepicker component for Ember CLI

Results 50 ember-cli-bootstrap-datepicker issues
Sort by recently updated
recently updated
newest added

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v3.4.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by...

dependencies

Hi @soulim , How can we add the calendar icon fields in the input fields or can add custom icon to fields ?

In the documentation it says: > When you need another language, you should import a locale file using your ember-cli-build.js. Just import vendor/bootstrap-datepicker-locales/bootstrap-datepicker..js, e.g.: > >// ember-cli-build.js >app.import('vendor/bootstrap-datepicker-locales/bootstrap-datepicker.de.js'); This returns:...

"Cannot set property [] of [object Array] which has only a getter" error if **"ember-source": "~3.6.0"** in _devDependencies_ ``` jquery.js:286 Uncaught TypeError: Cannot set property [] of [object Array] which...

I'm adding my contibution for default date view functionality.

Hello all and thanks for the excellent contribution! My console is being bombarded by deprecation warnings concerning the method 'sendAction', which is set to be deprecated in 4.0 (as seen...

The provided in README [link](https://sul.im/ember-cli-bootstrap-datepicker) to demo is broken (`404`).

Here is how the date-picker is defined in a component: ``` # templates/components/holiday-hour.hbs .. {{bootstrap-datepicker value=holiday.date class='form-control' autoclose=true language=currentLanguage format="dd/mm/yyyy"}} ``` Here is component itself with `currentLanguage` CP set up:...