With the IBANValidatedInput and BaseInputV3Validated there was the issue of the validation rules not dynamically being updated.
This was resolved using the function computed
This issue could later occur for other components. So we should take time and update all the components, which isn't a common scenario but could occur during complex form events.
With the
IBANValidatedInputandBaseInputV3Validatedthere was the issue of the validation rules not dynamically being updated.This was resolved using the function
computedThis issue could later occur for other components. So we should take time and update all the components, which isn't a common scenario but could occur during complex form events.