You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the formatting code is stored as a char, which might be an issue in case that code may also be longer than one character.
Are there any sources that confirm it as a single character?
The attribute should be changed to a String if not.