Run code when a combo box has loaded its options

I have the following combo:

{
  view: "combo",
  options: "/strats.json",
  on: {
    onChange: handleStratsChange
  }
}

I would like to be notified when the “options” url has finished loading. Is there a way to do this?

https://snippet.webix.com/ms0baw58

Thanks