Ben Lambert
Ben Lambert
Gonna add this to the https://github.com/backstage/backstage/issues/10430 but it's probably going to come after the release. We ideally want a separate backlog or roadmap for the scaffolder plugin. Watch this space!
@ltmleo, you can use your own `CustomFieldExtension` and use `formContext.formData` to get the rest of the form data in your own component, but there's nothing supported yet.
@punkle I think we discussed making these seperate entity pickers due to complexities in the schema for the input and output. You could give it a go though and see...
@punkle would this work cover this? https://github.com/backstage/backstage/pull/21875
Hmm yeah, I think that we should try and catch these errors somewhere in an ErrorBoundary, and not display the form if possible or at least not crash the app....
does this still happen? noting that the `MultistepJsonForm` component is now deprecated and soon to be removed shortly as it's part of the legacy exports in `/alpha` after the promotion...
Gonna close this as fixed for now, as I'm struggling to reproduce this now after new version is out. Please feel free to reach out if something is still awry.
Sorry for the delay here! Just got back from vacation so going through the long list! :pray:
We're looking at merging on of the pieces of this here: https://github.com/backstage/backstage/pull/12246
It looks like we might be unblocked on the `rjsf` front as someone has implemented a validator using the `cfworker` library: https://github.com/pixiebrix/pixiebrix-extension/pull/7081