-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiselect input type and hiding core nodes? #33
Comments
Hi @edwmurph based on the questions: 1.1. & 1.2. We were thinking about it, at the moment we are in process of enhancing table/switch/expression editing fields. It is not a priority but we might have opportunity to do it in the next couple of months
For example you have a graph with 10 nodes, but you want to limit certain groups of users to only have access to 2 tables, and not even that, you might say 1 table is editable and configurable but second one is just editable (they can't even add/update/remove columns). It is in Draft PR: #22 |
Thanks for the updates! These features would be a significant improvement to our workflow. Please let me know if there's anything I can do to help move this forward! |
Can you please clarify what you mean by this functionality? Would this mean that, in a table, rather than match on a free text string, we would be able to set the enum vales, and allow the user to select from a dropdown? |
Hi @jackfrankland yes, that is correct - we are planning to add Enums / Select in columns at some point over next couple of months - even more advanced such as to point column config to some endpoint that has a list of value,labels. In this case users will see a select with labels but under the hood it will store values. This will useful if you have some UUID / unique code but you want to display human readable text to customers |
@ivanmiletic Any update on this? This library has proven to be a great fit for my team's use case, and we are really impressed with its capabilities. The ability for custom nodes to have a dropdown input would make a significant different for our users. The UX/input we are looking for is similar to the decision node: |
i am on a team considering using this for an internal tool for a large enterprise. could support for either of these features be considered?
also if either of these are simple to implement, I would be interested in contributing if you could point me in the right direction, thanks!
The text was updated successfully, but these errors were encountered: