formio / core

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

FIO-8639 fixed validation for select component if onlyAvailableItems is set to false #118

Closed HannaKurban closed 2 months ago

HannaKurban commented 2 months ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8639 https://formio.atlassian.net/browse/FIO-8685

Description

Fixed the behavior of the Select component, when it was always checked for available items even if onlyAvailableItems parameter was set to false

Breaking Changes / Backwards Compatibility

n/a

Dependencies

https://github.com/formio/formio.js/pull/5695

How has this PR been tested?

automated tests have been added

Checklist: