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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: