Issue #2862922 by smustgrave, NitinLama, zaporylie, rpayanm, DanielVeza, pooja...
Issue #2862922 by smustgrave, NitinLama, zaporylie, rpayanm, DanielVeza, pooja saraah, ranjith_kumar_k_u, Abhijith S, bnjmnm, Kristen Pol, alexpott, ameymudras, murilohp: Set #maxlength for TelephoneDefaultWidget to the one specified in TelephoneItem plugin
(cherry picked from commit d5b4f005)
'maxMessage'=>$this->t('%name: the telephone number may not be longer than @max characters.',['%name'=>$this->getFieldDefinition()->getLabel(),'@max'=>$max_length]),
'max'=>self::MAX_LENGTH,
'maxMessage'=>$this->t('%name: the telephone number may not be longer than @max characters.',['%name'=>$this->getFieldDefinition()->getLabel(),'@max'=>self::MAX_LENGTH]),