setSelectedItemIndex deprecated - replaced with what?

Hi, I’d like to set a default item in a Combo box? What’s the new way to do it as the ‘setSelectedItemIndex’ and ‘setSelectedId’ have been deprecated. I don’t want a parameter attached to it.

Those two functions have been deprecated? Please no, we need those all the time.

Only the versions that take a bool as the second parameter are deprecated. Specify the notification type explicitly and you should be ok.

2 Likes

That’s great thanks. It wasn’t that clear to me last night. :roll_eyes: