Closed win36 closed 1 year ago
Configure an input like this:
{ align: 'left', allowNegative: false, allowZero: false, decimal: ',', // comma as decimal separator precision: 2, // two decimals prefix: '', suffix: ' %', nullable: true, min: 0, max: 99, inputMode: CurrencyMaskInputMode.NATURAL, // natural mode thousands: '.' };
It should be possible to enter decimals using the comma key.
The dot key has to be used to enter decimals.
Turned out to be my own error...
Reproduction steps
Configure an input like this:
Expected Behavior
It should be possible to enter decimals using the comma key.
Actual Behavior
The dot key has to be used to enter decimals.