When I connect something to the output of a Select node, I would like the input types to be updated to the connected output type.
For example, if I connect an enum to the output of my select node - if I "create constants" on the inputs, it should create the same enum type instead of a double. Similarly, when I connect a string to the output, I would expect the inputs to be strings as well.
If there is a conflict with the compiler, perhaps it could use whatever was connected first (input or output).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.