[client] Transaction creation modal: set amount's default polarity to negative
Some AmountInput mainly hold negative values, even when empty. Ex: when creating a transaction we will input a negative amount most of the times. This MR introduces a prop to allow an empty amount input to still be negative by default.
This was already the case before f359d6ec.