As an User i would like to be able to remove an Input from a function definition as shown from the provided designs.
- Add this feature in FunctionInput.js mixins
NOTE: Due to the fact that the input list is dynamically created, removing an item right in the middle of it will break the system. We have to use a similar approach used with the nested list where the array need to be re-organized. If an user remove the second of three input, the input labels will have to be "reorganized". Please discuss with simone for further details