Skip to content

Commit

Permalink
changeset fix
Browse files Browse the repository at this point in the history
Signed-off-by: lukzerom <lukzerom@gmail.com>
  • Loading branch information
lukzerom committed Dec 14, 2021
1 parent 14d0bc9 commit b646a73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/ten-candles-call.md
@@ -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.

0 comments on commit b646a73

Please sign in to comment.