Hm interesting. I thought that dynamic options disabled the front-end behavior, but I haven’t looked into it in depth.
Another option I’ve seen in the community (not documented! sorry) is to use html.Datalist
and html.Option
, see the last example here: Dash: Input list option: updating the datalist from external api.