@tsed/react-formio 3.0.0-rc.28 → 3.0.0-rc.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9722,7 +9722,7 @@ function cs(ye, F, $) {
9722
9722
  data-choice
9723
9723
  ${j.disabled ? 'data-choice-disabled aria-disabled="true"' : "data-choice-selectable"}
9724
9724
  data-id="${j.id}"
9725
- data-value="${F(!0, j.value)}"
9725
+ data-value="${F(!0, String(j.value))}"
9726
9726
  ${j.groupId > 0 ? 'role="treeitem"' : 'role="option"'}>
9727
9727
  ${k}
9728
9728
  </div>`