Robbie Wagner

Results 813 comments of Robbie Wagner

@pi0 have there been any developments on hash generation? We could really use asset fingerprinting here.

@pi0 I _think_ this is basically what I was going to ask about as well. I noticed if I have `foo.jpg` and completely change it to another jpeg, but still...

@validkeys we do not support the `wrap` option, so it not working would be expected https://github.com/shipshapecode/ember-flatpickr/blob/master/addon/components/ember-flatpickr.ts#L99 I don't think we should need all of this to keep the picker open....

It would be good to provide some solutions if we can, I think.

@hoang-travefy do you have `allowInput={{true}}`? I suspect this causes focus issues.

@Gorzas I think that is fine, but I think the idea is you can pass any options flatpickr supports.

@gzurbach probably because we don't import any plugins in the addon https://github.com/shipshapecode/ember-flatpickr/blob/master/index.js#L16 I haven't tried using plugins myself, so I am not sure how to better support this.

@asmaaEbed95 we may need to add plugins here https://github.com/shipshapecode/ember-flatpickr/blob/master/addon/components/ember-flatpickr.js#L114 I've never used plugins, and I don't really know.

Interesting. @Kilowhisky I suppose we didn't notice this since the examples in the docs all have time pickers. I wonder if we can add logic to this addon to prevent...

@AhamedFrontEndDeveloper I am curious, why would you use this addon and also manually import flatpickr?