formio / core

The Form.io Core Javascript Framework
https://formio.github.io/core
MIT License
9 stars 6 forks source link

FIO-8389: Fix EditGrid with Empty/Is Not Empty conditional logic in there #98

Closed mikekotikov closed 5 months ago

mikekotikov commented 5 months ago

Link to Jira Ticket

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

Description

What changed?

Previously, @formio/core would fail to call 'isEmpty' method if it doesn't exist. This PR adds a check to make sure it exists, before calling.

Dependencies

formio.js:5612

How has this PR been tested?

Test is added in formio.js

Checklist:

mikekotikov commented 5 months ago

Closing, since another PR is made to fix this