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
SurveyJS objects have string & localizable string properties with default value. There is no way to re-write them with empty string, since the value returns to the default value and not to empty string.
We should allow to set the empty string and ability to return to the default value.
The text was updated successfully, but these errors were encountered:
(#6760)
* Allow to set empty string to localizable string with default value #6758
* Add localizable string, clearLocale function #6759
* Add unit test on empty string for string property #6759
* Allow to change editingObject property to empty string
* Support empty string in serilaizer #6759
SurveyJS objects have string & localizable string properties with default value. There is no way to re-write them with empty string, since the value returns to the default value and not to empty string.
We should allow to set the empty string and ability to return to the default value.
The text was updated successfully, but these errors were encountered: