Open jankvapil opened 9 months ago
Hi @jankvapil,
In the React Material renderers we have two debounce mechanisms:
You are likely hitting the first debounce. If you type fast and then click on a button. Obviously that's not great.
There are multiple improvements which can be done:
ref
makes sense to meref
. So clients can wait until the latest update is available.Would you be interested in contributing one or more of these improvements?
Describe the bug
When I quickly click a button, sometimes the previous state is logged to the console. I can never be sure that I'm accessing actual form data (or at least I don't know how to get to them since there is no real reference to them or to the form)
Expected behavior
It would be nice to be able to directly access the internal state of the form by reference
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.1.0
Framework
React
RendererSet
No response
Additional context
No response