jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

Dynamic Select don't work ! #689

Closed Chaymae-Elmoueden closed 1 year ago

Chaymae-Elmoueden commented 1 year ago

After selecting the files list from the database , it fails to remember the value of 'df-mytemplate

dynsele

jerosoler commented 1 year ago

View example of vue: https://github.com/jerosoler/drawflow-vue3-example/blob/master/src/components/nodes/node1.vue

Chaymae-Elmoueden commented 1 year ago

It's working fine now. I tried applying it to v-select as well. I can retrieve its value, but I can't pass it through the output to the node. Thank you. v-select

Chaymae-Elmoueden commented 1 year ago

I resolve it thanks