chore: Fix changeset spelling and generate api reports
Signed-off-by: Mathias Bronner <mathiasbronner@gmail.com>
This commit is contained in:
committed by
Mathias Bronner
parent
42469cf14e
commit
4cb5066828
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-org-react': patch
|
||||
---
|
||||
|
||||
Bug fixes and adding the possibility to add a default value for the `GroupListPicker`. Fixes: Vertical size jump on text entry, left align for text, selecting a value closes the popup, auto focus on the popup when opening
|
||||
@@ -12,6 +12,7 @@ export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element;
|
||||
|
||||
// @public
|
||||
export type GroupListPickerProps = {
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
groupTypes?: Array<string>;
|
||||
onChange: (value: GroupEntity | undefined) => void;
|
||||
|
||||
Reference in New Issue
Block a user