I'm facing an issue using 'given-name' and family-name' autocomplete on FwbInput component.
export type CommonAutoFill = 'on' | 'off' | 'email' | 'tel' | 'name' | 'username' | 'current-password' | 'country' | 'postal-code' | 'language' | 'bday'
// A simplified version of AutFill, which is to complex for TypeScript to handle