Skip to content

Commit

Permalink
feat: add bind_value parameter in dynamic_form
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Dec 16, 2024
1 parent bd16525 commit d83e804
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'number',
'file',
'medias',
'bool_radio'
'bool_radio',
].includes(formDefComp['type_widget'])
"
>
Expand Down Expand Up @@ -308,6 +308,7 @@
[multiSelect]="formDef.multi_select"
[moduleCode]="formDef.module_code"
[creatableInModule]="formDef.creatable_in_module"
[bindValue]="formDef.bind_value"
></pnx-datasets>

<pnx-observers
Expand Down

0 comments on commit d83e804

Please sign in to comment.