Daniel Fidor

Results 26 comments of Daniel Fidor

I replaced your solution with a (hopefully) safer key press flag and merged the changes. It should now cancel the changes as expected.

Hi! I investigated the issue and I must unfortunately say this won't be fixed anytime soon because: > Specifying a value other than none for the [transform](https://www.w3.org/TR/css-transforms-1/#propdef-transform) property establishes a...

Hi! When it comes to the mentioned issue I believe it should work now after updating `react-scripts` (see [PR#193](https://github.com/silevis/reactgrid/pull/193)). As for questions about new version - we had to postpone...

Hi @thuanhoang97! I investigated your example and found [a workaround](https://codesandbox.io/s/reactgrid-liquidity-planner-forked-qjt2yf). Unfortunately your issue, as well as other mentioned in this discussion, require major changes in the grid renderer so it...

I believe the bug is solved, so I'm going to close the issue. If you would still like to request a "cell change reason" feature please create a new issue,...

Hi, I investigated this issue and created [this sandbox](https://codesandbox.io/s/reactgrid-textwrap-cell-cnylcd). My solution is not an official one and was created only to verify if such functionality is possible with current API....

You're welcome! I will close the issue now, if you need anything more just text me! ;)

Just as @Matt-Jensen currently used test suite is Cypress, although we plan to update and/or rewrite tests so stay tuned :) (We'll most likely still use Cypress, but we might...

I took a look at the issue and it seems like the underlying Select component didn't update it's value when just the `defaultValue` changed and instead used it only on...

Hi @seleckis! I've started working on the upcoming 5th version. Currently it's more of a back-and-forth experimenting so I don't commit so often, but you can still follow the changes...