I am currently using 4.10 of xex.js with React and I am running into an issue where the vex input sanitizes spaces for loaded string values. Example of code (dialog wont open):
String values with spaces are being sanitized down to the first word. For example: "I'm a long string" will only display "I'm" as the loaded value of the input and that value is being passed through the callback function to update.
I am currently using 4.10 of xex.js with React and I am running into an issue where the vex input sanitizes spaces for loaded string values. Example of code (dialog wont open):
String values with spaces are being sanitized down to the first word. For example: "I'm a long string" will only display "I'm" as the loaded value of the input and that value is being passed through the callback function to update.