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-7956: fixed an issue where simple condition based on stringified checkbox value is not executed correctly #5527

Closed TanyaGashtold closed 3 months ago

TanyaGashtold commented 4 months ago

Link to Jira Ticket

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

Description

What changed?

Parse the string compared value in case when the compared value type differs from the type of actual component value

How has this PR been tested?

Manually + tests added + all existing test are passed locally

Checklist: