shortcut-buttons-flatpickr icon indicating copy to clipboard operation
shortcut-buttons-flatpickr copied to clipboard

Flatpickr's plugin that provides users an alternative way to interact with the datetime picker.

Results 9 shortcut-buttons-flatpickr issues
Sort by recently updated
recently updated
newest added

Error occured in mobile view it is because flatpickr fp.calendarContainer is undefined in shortcut-buttons-flatpickr library. You should skip to appendChild if fp.calendarContainer is undefined ![image](https://user-images.githubusercontent.com/38466352/111677938-b29d0080-885a-11eb-9d0c-c40fa396f70a.png) It is urgent issue in...

mobile

As suggested in #21 this pull requests adds a type check to the calendarContainer before appending the wrapper as a child. Checkout my fork until @jcsmorais releases a new version:...

Hi! It took me longer than I'm proud of to figure out why button.attributes.class wasn't working. Then I realized, the JS that I downloaded from the CDN link, was still...

The [Flatpickr's default plugins](https://flatpickr.js.org/plugins/) register themselves to the `loadedPlugins` array. It would be super great to determine if the plugin is loaded/enabled in the same way the other plugins are...

When initiating a flatpickr instance with the shortcut plugin on chrome in responsive mode the following js error happens: ``` vendor.8def00a5.js:50420 TypeError: Cannot read property 'appendChild' of undefined at Object.onReady...

mobile

Hio) http://skrinshoter.ru/s/080619/aQdkvR03 Flatpickr using native mobile picker. I guess problem is with this.

mobile

`node_modules_ionic_core_dist_esm_ion-popover_entry_js.js:2 ERROR TypeError: (0 , shortcut_buttons_flatpickr_dist_types_index_d__WEBPACK_IMPORTED_MODULE_23__.ShortcutButtonsPlugin) is not a function at JobsPage.ionViewDidEnter (jobs.page.ts:187:30) at HTMLElement.handler (ionic-angular.js:2397:37) at _ZoneDelegate.invokeTask (zone.js:443:35) at Object.onInvokeTask (core.mjs:26218:33) at _ZoneDelegate.invokeTask (zone.js:442:64) at Zone.runTask (zone.js:214:51) at ZoneTask.invokeTask...

ESM module are published unminified by convention. Therefore they can simply be build by `tsc`. Also the TypeScript declaration files are linked via package.json now. TypeScript needs the `types` (with...