Skip to content

Commit

Permalink
notes for ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
danicc097 committed Nov 8, 2024
1 parent ea0435d commit e6debca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/views/DemoGeneratedForm/DemoGeneratedForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ export default function DemoGeneratedForm() {
'members.userID': 'User',
tagIDsMultiselect: 'Tags',
},
/** TODO: array of arrays|string to allow horizontal grouping instead renderOrderPriority */
// no need to ensure all fields are present
// renderLayout: [['demoProject.ref', 'demoProject.line'], 'members', ...],
renderOrderPriority: ['tagIDsMultiselect', 'members'],
accordion: {
'base.items': {
Expand Down

0 comments on commit e6debca

Please sign in to comment.