Validation returns true with max metadata
Steps to reproduce
parsePhoneNumberFromString('+420721234876abc').isValid()
Observed result
Returns true.
Expected result
Returns false due to the invalid suffix, demo page returns true, but Google demo page detects invalid state.