Walter Shewmake

Results 12 comments of Walter Shewmake

It seems like they are planning to add this based on the v.11 migration guide: https://trpc.io/docs/migrate-from-v10-to-v11#rawinput-in-middleware-is-now-a-getrawinput-breaking

Experiencing the same issue. Are there any alternative extensions that work the same as import cost but that work?

Presumably, this is because there is no way to stop event propagation from the Mantine Select field dropdown without rewriting it using a custom ComboBox implementation (as far as I...

Actually, I just found a solution. I will fork and propose a fix. In `MRT_FilterTextInput` you can wrap the entire return block with ```tsx e.stopPropagation()}> ... ```

I'm also experiencing this issue. I'm debugging it right now. Running through each commit to see where the issue was introduced. b066baef5faa7f6e69405e1dde7723fc09db2984 is clean. Also, it seems that if you...

Ok looks like the bug was introduced in e5659ed93e249357576b11413d704d37dc8d365c which makes absolutely no sense as it was just a single comment removed

Sorry my mistake, it was 02eaf93c02ba396c23b3d8d74ed6d9cd61a0e9fe

I've noticed that the advanced filter just doesn't seem to work in general unless you're using the "Contains" option. If you switch to any other choice, like "does not contain,"...