case: During an ordering process, the user should be able to divide a given amount of money into a '1 to infinite' number of pots. So the sum of everything should be exactly the same when the step is finished. There is no 'others' option.
solution? I was thinking of a single line with a input field for label and input field for amount with the possibility to add each time an extra 'line' with a new input field. That field is pre filled with the amount that is not divided yet.
question Is this the best option to go with, or is there a more intuitive solution?

