flucas96 / st_ant_tree

A Streamlit implementation of the Ant Design Tree Component (https://ant.design/components/tree-select/).
MIT License
23 stars 1 forks source link

The return value of the component. #4

Open paulmoise opened 3 months ago

paulmoise commented 3 months ago

In the documentation, the return value is supposed to be a list of selected values:

The component gets initialized by calling 'st_ant_tree'. The Component returns a list of all selected values..

But in the source code the return value is int