Falk Neumann

Results 37 comments of Falk Neumann

Hey @basz :wave: Thanks for your contribution. :tada: Could you please run `yarn lint:fix` and push again so we can check the pipeline status. :-)

Could you give us a little bit more concrete information or in the best case a reproduction repo? Saying `latest` is a relative statement , which could be *not the...

Hey @steveklewis, will have a look into this. Besides the warning, is it working with the polyfill installed?

> > Hey @steveklewis, will have a look into this. Besides the warning, is it working with the polyfill installed? > > "If I try to add the polyfill for...

:up: me2 Resolved it temporarily by resetting the value via `return this.selectedValue ?? Promise.resolve()`

@anehx could you help me fix the import of custom components?

It think this issue can be closed. The approach works nowadays. ```hbs ``` all the arugments to `EmberFlatpickr` are collected via `...rest` and passed to the constructor. :+1:

Can we haz this? :smiley_cat:

We implemented / copied an [approach utilizing `VerticalCollection`](https://github.com/adfinis/timed-frontend/blob/master/app/components/optimized-power-select/options/component.js) of the "@html-next/vertical-collection" package. Works quite well with large lists. Hope this inspires ;)