Ben Thomson 31f8da8399 Coerce Inspector set values to string
These values have always traditionally been strings, but some custom implementations use integers (eg. for ID selections) which did not work previously.

This coerces both the selected items and available items to strings for comparison, which should allow integers to be used.

Fixes https://github.com/wintercms/winter/issues/351
2021-11-22 11:36:24 +08:00
..