-
Bug
-
Resolution: Incomplete
-
None
-
1.16.1
-
None
-
Unconfirmed
-
Windows
When sending custom form with input element having default value set to null and then submit the form in minecraft without typing anything I get an invalid json response like this:
[null,0,,false,true,5.0,0]
The 3rd item (empty space) is the input element. However this isn't a valid json because it must be either null or quoted empty string.