mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
Merge branch 'master' into fr-749/bootstrap-icons
This commit is contained in:
commit
2353d00fa8
@ -15,7 +15,7 @@ export class CurrencyAutocompleteFieldComponent extends WrappedFormControlSuperc
|
|||||||
@Input() label: string;
|
@Input() label: string;
|
||||||
@Input() @coerceBoolean required = false;
|
@Input() @coerceBoolean required = false;
|
||||||
|
|
||||||
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYR']
|
options: Option<string>[] = ['RUB', 'USD', 'EUR', 'UAH', 'KZT', 'BYN']
|
||||||
.sort()
|
.sort()
|
||||||
.map((currency) => ({ label: currency, value: currency }));
|
.map((currency) => ({ label: currency, value: currency }));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user