Open imClumsyPanda opened 3 months ago
Hey @imClumsyPanda. As much as I would love to bring the full functionality of ReactFlow into this library, this is only possible through custom JSX written by the developer, and since this library is essentially a lighter version of ReactFlow to be able to do everything in Python, that kind of defeats the purpose.
Apart from that, using streamlit widgets inside a custom streamlit component is not supported by the framework, so that isn't possible either. However, I am open to ideas about how this could be implemented without having the devs have to write JSX, and would love to integrate this functionality into the library.
@dkapur17 any plan to add features to allow one to add more inputs/ outputs to a node? I mean multiple dots at the edge of the node (each node represents one input or output). Thanks.
Thanks a lot for the powerful streamlit component! I'm wondering is there any plan to support editable custom nodes like this?