Hi @rozi,
Thanks, I definitely have this working already. The Possible bug in dcc.Dropdown quandary is to have it working with
options=[
{'label': 'AAPL', 'value': 'AAPL'},
{'label': 'TSLA', 'value': 'TSLA'},
{'label': 'INTC', 'value': 'INTC'},
]
and to have the right ticker come up even when you type the full company name. As you can see in my example, I definitely have the Ticker->Name mapping done using another dict but even when my update would return TSLA when typing Tes as indicated within my print examples, something within dash filters it beyond that and TSLA is not an option in the dropdown.