Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: renames bankaccount to bank account #4315

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading