I wasn't able to get the is_relation option from PR #140 working.
looks like line #310 of SelectFields.php should be:
return array_get($fieldObject->config, 'is_relation', true) === true;
instead of
return array_get($fieldObject, 'is_relation', true) === true;