magaton
                                            magaton
                                        
                                    I would be, yes, but I overly simplified my use case. I have dependent subschema inside `allOf` Please see [this playground link](https://rjsf-team.github.io/react-jsonschema-form/#eyJmb3JtRGF0YSI6e30sInNjaGVtYSI6eyJkZWZpbml0aW9ucyI6eyJzaW1wbGUiOnsidGl0bGUiOiJTaW1wbGUiLCJ0eXBlIjoib2JqZWN0IiwicHJvcGVydGllcyI6eyJlbmFibGVkIjp7InR5cGUiOiJib29sZWFuIn19LCJpZiI6eyJwcm9wZXJ0aWVzIjp7ImVuYWJsZWQiOnsiY29uc3QiOnRydWV9fX0sInRoZW4iOnsicHJvcGVydGllcyI6eyJiaWxsaW5nX2FkZHJlc3MiOnsidHlwZSI6InN0cmluZyJ9fSwicmVxdWlyZWQiOlsiYmlsbGluZ19hZGRyZXNzIl19fSwiY29tcGxleCI6eyJ0aXRsZSI6IkNvbXBsZXgiLCJ0eXBlIjoib2JqZWN0IiwicHJvcGVydGllcyI6eyJlbmFibGVkIjp7InR5cGUiOiJib29sZWFuIn19LCJpZiI6eyJwcm9wZXJ0aWVzIjp7ImVuYWJsZWQiOnsiY29uc3QiOnRydWV9fX0sInRoZW4iOnsicHJvcGVydGllcyI6eyJiaWxsaW5nX2FkZHJlc3MiOnsidHlwZSI6InN0cmluZyJ9fSwicmVxdWlyZWQiOlsiYmlsbGluZ19hZGRyZXNzIl19fX0sInRpdGxlIjoiU2NoZW1hIGRlcGVuZGVuY2llcyIsImRlc2NyaXB0aW9uIjoiVGhlc2Ugc2FtcGxlcyBhcmUgYmVzdCB2aWV3ZWQgd2l0aG91dCBsaXZlIHZhbGlkYXRpb24uIiwidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsibW9kZSI6eyJ0eXBlIjoic3RyaW5nIiwiZW51bSI6WyJtYW51YWwiLCJhdXRvIl19fSwiYWxsT2YiOlt7ImlmIjp7InByb3BlcnRpZXMiOnsibW9kZSI6eyJjb25zdCI6Im1hbnVhbCJ9fX0sInRoZW4iOnsicHJvcGVydGllcyI6eyJzaW1wbGUiOnsiJHJlZiI6IiMvZGVmaW5pdGlvbnMvY29tcGxleCJ9fX19LHsiaWYiOnsicHJvcGVydGllcyI6eyJtb2RlIjp7ImNvbnN0IjoiYXV0byJ9fX0sInRoZW4iOnsicHJvcGVydGllcyI6eyJzaW1wbGUiOnsiJHJlZiI6IiMvZGVmaW5pdGlvbnMvc2ltcGxlIn19fX1dfSwidWlTY2hlbWEiOnt9LCJ0aGVtZSI6Im1hdGVyaWFsLXVpLTUiLCJsaXZlU2V0dGluZ3MiOnsic2hvd0Vycm9yTGlzdCI6InRvcCIsImV4cGVyaW1lbnRhbF9kZWZhdWx0Rm9ybVN0YXRlQmVoYXZpb3IiOnsiYXJyYXlNaW5JdGVtcyI6eyJwb3B1bGF0ZSI6InBvcHVsYXRlIiwibWVyZ2VFeHRyYURlZmF1bHRzIjpmYWxzZX0sImVtcHR5T2JqZWN0RmllbGRzIjoicG9wdWxhdGVBbGxEZWZhdWx0cyJ9fX0=) The same structure works well with `enabled` as...
Thanks for the suggestion. I could have `enabled` as a string but in order to make sense, it has to take values from the enum and render as a select...
I ended up with the following hack: I have a boolean field `enabled` and an accompanied string field `isEnabled` that is hidden. `isEnabled` is handled by a custom component defined...
No, the form does not see the change if the state is changed in the custom widget during the initial render. I am not good with React so I can't...
@lrozewicz Thanks very much for the reply. It took me basically a whole week to test it. I have applied the change you advised; it does solve one problem but...
I wish I knew myself :) but, this is the 1st React code I have seen in my life :) I was always on the other side :) Sorry, but...
I think that min and max date is not enough, at least if they are specified as constants in the schema. Better would be, if they can take `now()` as...
I hit the same problem at around 30%. My repo is also private so I cannot share. The project has a lot of ast parsing + tree-sitter, so I guess...
Thanks for the response guys. Again, excellent work. I am on the same boat and the support for the multiple programming languages is a stopper from using your project. As...