Skip to content

Commit

Permalink
chore: renames bankaccount to bank account
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 20, 2024
1 parent 53cd4e6 commit 9dacf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Change log for the Eufemia Forms extension.

## v10.53

- Added validation of Norwegian bankaccount numbers to [Field.BankAccountNumber](/uilib/extensions/forms/feature-fields/BankAccountNumber/).
- Added validation of Norwegian bank account numbers to [Field.BankAccountNumber](/uilib/extensions/forms/feature-fields/BankAccountNumber/).
- Added [Form.useTranslation](/uilib/extensions/forms/Form/useTranslation/) that returns the translations for the current locale.
- Added `renderMessage` function in [Form.useTranslation](/uilib/extensions/forms/Form/useTranslation/) to render a string with line-breaks.
- Added console warning when a field path is declared more than one time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ There is a corresponding [Value.BankAccountNumber](/uilib/extensions/forms/Value
### Internal validators exposed

`Field.BankAccountNumber` expose the `bankAccountNumberValidator` validator through its `validator` and `onBlurValidator` property, take a look at [this demo](/uilib/extensions/forms/feature-fields/BankAccountNumber/demos/#extend-validation-with-custom-validation-function).
The `bankAccountNumberValidator` validator, validates if the bankaccount number provided is a [Norwegian bankaccount number](https://no.wikipedia.org/wiki/Kontonummer) or not.
The `bankAccountNumberValidator` validator, validates if the bank account number provided is a [Norwegian bank account number](https://no.wikipedia.org/wiki/Kontonummer) or not.

0 comments on commit 9dacf9a

Please sign in to comment.