Files
backstage/docs
Minh Trí 86a4a0f72d [Scaffolder] Get data of other fields in Form from a custom field
Allows to use e.g.
```
const CustomFieldExtensionComponent(props: FieldExtensionComponentProps<string[]>) => {
     const { formContext } = props;
     ....
};

const CustomFieldExtension = scaffolderPlugin.provide(
  createScaffolderFieldExtension({
    name: ...,
    component: CustomFieldExtensionComponent,
    validation: ....
  })
);
```

Signed-off-by: Minh Trí <tritri251214@gmail.com>
2022-05-19 15:13:55 +07:00
..
2022-03-13 14:12:05 +02:00
2022-04-27 18:44:55 +02:00
2022-01-21 13:38:57 +01:00
2022-01-26 12:02:06 +01:00
2022-05-06 10:22:24 +02:00
2022-04-29 11:05:03 +01:00
2022-05-10 13:44:38 +00:00
2022-04-27 18:44:55 +02:00
2021-09-12 16:39:53 +02:00
2022-04-05 15:07:17 +02:00
2020-08-27 13:27:22 +02:00

Documentation

The Backstage documentation is available at https://backstage.io/docs