Error when setting value from dropdown in 1.2.1

Whenever I attempt to select an item from a dropdown menu, I receive this error:

TypeError: raise_event() got multiple values for argument 'event'
* at app/m3/_Components/MenuItem/__init__.py:101

I can’t reproduce this in a minimal example

I suspect it’s a dependency you’re using. I think this may have been an issue in an old version of anvil-extras. If you’re using anvil extras and not the latest version then try updating.

Otherwise we’ll need a bit more info

(see Tabulator multiple value error on row click)

You were exactly right. I had a local copy of anvil extras that I hadn’t updated yet. I swapped to the hosted version of anvil extras on latest version and the error went away.

Thanks for tip!

2 Likes