Skip to content

Commit

Permalink
[dsfr-ui] fix dsfr-radio in lists (rowIndex missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinette committed Jan 23, 2025
1 parent cfe63a8 commit 1f72519
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
th::inline="${inline}"
th::options="|dsfrTransformListForRadio('${list}', '${myValueField}', '${myLabelField}', '${disabledField}', '${hintField}', ${filterFunction?:null})|"
th::error-message="|getErrorMessage('${object}', '${field}', ${rowIndex})|"
th:v-model="|vueData.${object}.${field}|"
th:name="|vContext[${object}][${field}]|"
th:v-model="${model.util.vueDataKey(object, field, rowIndex)}"
th::name="${model.util.contextKey(object, field, rowIndex)}"
th:attr="__${input_attrs}__"
>
<vu:content/>
Expand Down

0 comments on commit 1f72519

Please sign in to comment.