Issue with type supervisor "category"

I’m facing a strange issue in my plugin. I’ve set my settings like this:

  discpage_page_categories:
    refresh: true
    client: true
    type: category_list
    default: ""
  discpage_balloon_category:
    refresh: true
    client: true
    type: category
    default: ""

Type category_list works as expected.
Type category works like a charm in my local dev instance:

but it doesn’t work in my remote docker instance (the combo box is not displayed):

There’s no error in the console. What am I doing wrong?

2 Likes

@joffreyjaffeux is almost done merging in selectkit 2 which re-implements much of this. Recommend you hold off a week and retest with selectkit 2.

5 Likes