Files
backstage/.changeset/ten-candles-call.md
T
lukzerom 8ecfac35fd patch instead of minor
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-14 23:37:16 +01:00

544 B

@backstage/core-components, @backstage/plugin-scaffolder
@backstage/core-components @backstage/plugin-scaffolder
patch patch

In @backstage/plugin-scaffolder - When user will have one option available in hostUrl or owner - autoselect and select component should be readonly.

in @backstage/core-components - Select component has extended API with few more props: native : boolean, disabled: boolean. native - if set to true - Select component will use native browser select picker (not rendered by Material UI lib ). disabled - if set to true - action on component will not be possible.