Closed mm-dsibinski closed 9 months ago
Thank you for reaching out! We are able to replicate and have added this to our backlog. For reference, the ticket number is FIO-1125.
We welcome a pull request as well as have an option to expedite this issue if you are interested.
Please let me know if you are interested and we can get the expedited process started.
Hi @wag110894 , thank you for answering. We'll wait until you proceed with this issue according to your dev schedule.
Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
For control's value "select" the same value "select" should be displayed when rendering the form. It should work like that with all labels. What user types as a label in FormBuilder should always be displayed as a label when rendering the form using Form component.
Observed behavior
Instead of "select" control's label a "contains an invalid selection" text is displayed. It seems it happens with all words used here: https://formio.github.io/formio.js/docs/file/src/i18n.js.html It also seems to happen with all controls, not only select list.
Example
JSFiddle example