Francesco Gringl-Novy
Francesco Gringl-Novy
We are currently working on a fully integrated nuxt SDK - see https://github.com/getsentry/sentry-javascript/issues/9095. That may handle these things better out of the box!
I digged into it a bit, and it seems that in my (fairly normal, up to date Octane) app this line: https://github.com/mixonic/ember-cli-deprecation-workflow/blob/cb87969bc55c45c9ca042ab9ab2ee7428c4dfb8d/index.js#L26 always returns false, because we have tests disabled...
Hmm, it is a good point, but not entirely sure about this. Moment is pretty integrated into this addon :thinking: I have been thinking of moving this to Luxon (which...
Sorry, I am currently not actively working on this. I am looking to merge this https://github.com/mydea/handsontable-chosen-editor/pull/16, which might fix your issue (but not sure).
Not sure what you mean? Can you explain in more detail?
Hey, thanks for this. Out of curiosity, does that break compatibility with the older version(s) of handsontable?
No, because this is a select box, it is not possible to add custom values. You could possibly do something like this manually and call `this.$textarea.trigger("chosen:updated");` to trigger a rerender...
I'm sorry, but I'm currently not actively adding new features to this project. I'm willing to merge PRs though.
I believe that if you pass in a data array with the given data, it should work like that!
The way this is implemented right now is that you would need to load all data before loading the table.