changeset fix

Signed-off-by: lukzerom <lukzerom@gmail.com>
This commit is contained in:
lukzerom
2021-12-14 18:22:52 +01:00
parent 14d0bc9081
commit b646a73fe0
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/core-components': minor
'@backstage/plugin-scaffolder': minor
---
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.