Text input field maximum length - the default is set to 10,000 characters, but when I paste in
[
{
"seat": 1,
"playerName": "1. Player One",
"id": "virgin"
},
{
"seat": 2,
"playerName": "2. Player Two",
"id": "fortuneteller"
},
{
"seat": 3,
"playerName": "3. Player Three",
"id": "spy"
},
{
"seat": 4,
"playerName": "4. Player Four",
"id": "imp"
},
{
"seat": 5,
"playerName": "5. Player Five",
"id": "soldier"
}
]
it stops at "seat": 4, "playerNa (292 characters) - and stops in the same place if I change the limit to 100,000 or 1,000,000 etc.
If I remove all the whitespace/new lines it stops at "5.PlayerFive","id": which is 256 characters, which doesn't seem like it can be a coincidence.