In Webix 5.1.1, a richselect created without specifying the options:[] property returns null on getList() call.
A typical pattern is to create a blank richselect and then load the items using richselect.getList().parse(newdata).
I walked around this problem by specifying an empty array (options:[]) during creation.