Robby Emmert
Robby Emmert
I'm still getting this issue. It looks like this issue has been open for 3 years, does React support Chinese input in controlled components at the moment?
Here's a code sandbox that reproduces my issue. Looks like it's related to forms. Using inputs directly is fine. https://codesandbox.io/s/0m1760xqnl
I added some cases: Using react state and plain inputs is fine Using react state, plain forms, and plain inputs is fine We're using a context-based form component which isn't...
Problem solved: I got it working in codepen. For some reason passing 'input' in as a component worked, when passing (props) => did not. Anyone have an idea what the...
There are a bunch of hacks and workarounds mentioned here, but is there any plan/timeline for fixing this issue?
The docs should at least be updated to reflect the recommended workaround. I'm experiencing this issue following the basic introductory tutorial. Frustrating running into bugs (with no fix in sight)...
I'm also getting the same issue as @kaihaase. Is there any timeline for fixing this issue?
Knex does support raw query fragments. Is there a way to do this with raw query fragments?
The lack of clarity on this issue is a dealbreaker for me and my team. Here are the solutions we've looked into: 1. Policies You have to manually add a...
We have found a temporary solution as we migrate away from Strapi. Disclaimer: This solution isn't great, and will probably break next time Strapi updates. We are extending and replacing...