Skip to content

Commit

Permalink
feat: add choicesDisplay and sortBy options for singleSelect styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir Soskil committed Feb 4, 2025
1 parent a6db7d1 commit 7b48faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/context/src/objects/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export type DisplayConfiguration = {
relatedObjectDisplay?: 'dropdown' | 'dialogBox';
visibility?: VisibilityConfiguration | string;
viewLayout?: ViewLayoutEntityReference;
choicesDisplay?: 'dropdown' | 'radio';
sortBy?: 'custom' | 'alphabetically';
};

export type InputParameterReference = {
Expand Down

0 comments on commit 7b48faa

Please sign in to comment.