Hey, I've been trying to limit the number of rows displayed in a combobox. Normally, I'd just set the visibleRowCount and it works fine, but if I'm using makeAutoCompletable(), then it seems to ignore whatever I set visibleRowCount to. Is there a way to use makeAutoCompletable() with a comboBox and still set a limit on the visible number of rows displayed? Maybe by setting up a custom filter in the makeAutoCompletable()?