Skip to content

[client] Transaction creation modal: set amount's default polarity to negative

Nicolas Frandeboeuf requested to merge createTransactionPolarity into main

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.

Merge request reports