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
ive found an issue with the form's onChange event not giving the id of the field that the user changed.
this is working when running a RJSForm
component but not when i use it with and applyRules.
i know this package is not actively being worked on
but was hoping for clues to why this would not work, im happy to do a pr if its something that is definitely related to rjsf-conditionals and an easy enough fix
thanks again
edit: had a quick look at applyRules() and can see onChange gets handled locally,
then results are passed to the original onChange form prop
but omits the id prop
ive found an issue with the form's onChange event not giving the id of the field that the user changed.
this is working when running a RJSForm
component but not when i use it with and applyRules.i know this package is not actively being worked on
but was hoping for clues to why this would not work, im happy to do a pr if its something that is definitely related to rjsf-conditionals and an easy enough fix
thanks again
edit: had a quick look at applyRules() and can see onChange gets handled locally,
then results are passed to the original onChange form prop
but omits the id prop
needs something like this i assume:
The text was updated successfully, but these errors were encountered: