SksOp / neuralflow-poc

https://neuralflow.devflex.co.in/
0 stars 1 forks source link

Create dynamic input field for custom component nf 35 #58

Closed AyushKaithwas closed 8 months ago

AyushKaithwas commented 8 months ago

feat: #17 dynamic input based on arg type and type selector

linear[bot] commented 8 months ago
NF-35 Create dynamic input field for custom component

For now we are using base input from shadcn to handle all types of data. This make it difficult for data types like tuple and objects. So we need a different types of input for different datatypes. - [ ] create a component called py_input, that can handle all supported types of python based on the args.value.type passed