Mathew Berg
Results
2
issues of
Mathew Berg
Don't tokenizine things that aren't strings. This will convert ``` { "string": "string", "number": 5, "boolean": false } ``` Into ``` { "string": "__string__", "number": __number__, "boolean": __boolean__ } ```...
You can replicate this on the demo. We have a note3 at our work that has Android 5.0.0 and chrome 39.0.2171.93. When pasting into the field with an input mask...