mo.ui.dropdown
, only accepts string
types at the moment. mo.ui.dropdown.from_series(df["col_name"]
which will also do that for you..value
you get back though will be a string. if you want the same datatypes you pass in (int, datatimes), can you file a feature request and we can support that.