Santino

Results 24 comments of Santino

+1 This is a real issue and a regression which goes against the specs and documentation. > restify runs handlers in the order they are registered This is no longer...

+1 resetFieldState not working for me neither on a conditional field. My use case is that when a "parent" field value changes I want to reset the state of the...

Unfortunately this still doesn't work for me. It will cause error `TypeError: Cannot convert undefined or null to object`. With some debugging the issue seems to be similar to what...

Yes, I did try wrapping `resetFieldState` in a `setTimeout`; otherwise, I wouldn't have commented after your suggestion 😉 First of all, I was dispatching all my form operations inside a...