Skip to content

Commit

Permalink
Update CurrencyInput.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi authored Oct 12, 2024
1 parent eff0beb commit 989a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Controls/CurrencyInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CurrencyInput extends TextInput

public static $defaultLanguage = self::LANGUAGE_CS;
public static $defaultCurrency = self::CURRENCY_CZK;
public static $defaultDataAttributeName = 'data-currency-input';
public static $defaultDataAttributeName = 'data-adt-currency-input';

protected ?int $decimalPlaces = null;

Expand Down

0 comments on commit 989a56d

Please sign in to comment.