Input Iban: Features
Prefilled
Faulty Prefilled
Country Restrictions
By default, we validate the input to ensure the IBAN is valid.
To get the default feedback message for this default validator, use loadDefaultFeedbackMessages
from @lion/form-core
.
In the example below, we show how to use an additional validator that restricts the input-iban
to IBANs from only certain countries.
Blacklisted Country
By default, we validate the input to ensure the IBAN is valid.
To get the default feedback message for this default validator, use loadDefaultFeedbackMessages
from @lion/form-core
.
In the example below, we show how to use an additional validator that blocks IBANs from certain countries.
You can pass a single string value, or an array of strings.