Sam
Sam
This worked for me, select2 would break quite a few things otherwise.
What is the status of this? Would this also support toggling fields based on the value of a select element?
Using select2 v4 and the value fails to update for me as well
Too late for me now unfortunately - we can hash it out on Discord perhaps later this week or the weekend. Did you have a general plan in mind for...
I have tried a fair few configurations and NextJS is very picky about this... When doing something like this `enquiryAction={EnquiriesService.createEnquiry}` Normal `services.gen.ts` without modification results in: ``` Error: Functions cannot...
@jordanshatford tried it and unfortunately it does not work. Since passing a server function to a client component is a very specific thing, NextJS requires it to be `async` and...
I am actually looking at AJV myself to take the OpenAPI / JSON Schema functionality to its optimal level (auto sdk + validation). > Should openapi-ts resolve these references when...
Yes it seem the only way is a custom resolver (on the react forms side) https://medium.com/@vinjenks/react-custom-validation-resolver-with-react-hook-form-7a7c3ec96827