ByoungYong Kim
ByoungYong Kim
Hi, For this exact case, shouldn't the following work? ```javascript IsIBAN.getMessage = () => 'Vul een geldig Rekeningnummer in.'; html` `; ``` ---- Edit: after reading the first post again,...
I don't speak Dutch so I might be mistaken, but having `.article` in the input component level doesn't feel right to me. Error message format should be Validator's concern, and...
Ah, now I see. So the form of article depends on the content of the `fieldName`, something like _**a** minute_ and _**an** hour_. Regarding the API, this reminds me the...
Hi, It seems the problem is that the custom elements are not registered by importing just the components from `@lion/ui/checkbox-group.js`. After registering each components it works: https://codesandbox.io/p/sandbox/wc-lion-checkbox-forked-rklwv6 Another way to...
Indeed, it seems a bug to me. Would you be interested in contribution? https://github.com/ing-bank/lion/blob/master/CONTRIBUTING.md
@red-apple38, please do so!