Skip to content

Commit

Permalink
feat(concerto): Make dropdown clearable, unhide namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts committed Jul 14, 2021
1 parent b7c53bf commit 451d20b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/storybook/src/stories/concerto.models.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export const ConcertoMetamodel = `/*
}
concept ModelFile {
@FormEditor("hide", true)
o String namespace
@FormEditor("hide", true)
o Import[] imports optional
Expand Down
1 change: 1 addition & 0 deletions packages/ui-concerto/src/components/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export const ConcertoDropdown = ({
options,
}) => !readOnly ? (
<Select
clearable
fluid
value={value}
onChange={(e, data) => onFieldValueChange(data, id)}
Expand Down

0 comments on commit 451d20b

Please sign in to comment.