formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.83k stars 1.04k forks source link

FIO-7195: Fixes an issue where Select, Radio and SelectBoxes components with URL DataSource show values instead of labels in modal preview #5586

Closed alexandraRamanenka closed 1 month ago

alexandraRamanenka commented 1 month ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-7195

Description

The value for the modal preview is taken as a result of getValueAsString execution with modalPreview option passed, so I just added the missing part

Dependencies

This PR depends on the following PRs from other Form.io modules: ...

How has this PR been tested?

Mannually + automated tests were added

Checklist: