How do I use Katalon with Kendo Drop Down List?

The issue had to do with the value selected. While it looks like you can set the .select() to the value of the option, it is in fact the index. Passing a valid index into the .select() rather than a value that might be higher than the highest index.