You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like the legacy DOM code I pulled from Om Next was doing a workaround for a bug in React. See r0man/sablono#148. I've change the code so that Fulcro's default is to generate the raw React components.
As insurance against this breaking people, I've made it so that if you set the JVM system property -DwrappedInputs=true then it will use the Om Next style wrapped inputs (input, textarea, option, and select); otherwise they will be the raw React elements that behave according to the React documentation.
I changed this to keep the Om Next behavior as defaults, since we;re working on an RC. I switched the option logic, and changed the setting to -DrawInputs
They are still assuming the ref will be a string, which has been deprecated. This needs to be fixed soonish.
The text was updated successfully, but these errors were encountered: