Heikki Hellgren
Heikki Hellgren
The rjsf does not support that so they requested to do some customization on backstage side. Do you think we could take this forward?
We have quite a lot of cases where we validate the input with regex pattern. In many cases the regex can be very hard to understand, especially for people with...
Sounds like a plan! Maybe some way to include the original error from rjsf to the error message if wanted (maybe something like `{rjsfError}` or just add it to the...
@benjdlambert thanks, this sounds fine for me as long as we can output something when the template fails 👍
Ohh, and this could be used also to `if` other things in the output for example `if: {{ steps.myStep.output.isDone }}`, or would it? 😄
Not stale, waiting for review. @Rugvip any chance? :)
Yes, nulls in the return array should be fine. Didn't check how the filtering is implemented in the db layer, but I don't think adding support for this slows things...
Not necessarily checked multiple times but many times in a short period. For example, when you refine the search term, the same checks are done repeatedly for probably the same...