Gtk4 dropdown not working

I am following the minimum working examples in this link: Dropdown widgets · Gtk4.jl. Neither works for me. In either case, when I try to select a new option from the drop down, nothing happens. Presumably, this is an issue with signal_connect. Anyone else have the same issue?