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
Are you requesting a feature, reporting a bug, or asking a question?
It looks like an issue
What is the current behavior?
Reset property value, if the property value is LocaleString is not working for non-default locale
In that part of the code, the current locale is not passed, and the string lookup resets to the default locale strings object on the reset property value button click. That led to an issue that the locale string value reset wasn't working
Property value reset should work for the current locale that differs from the default/base locale
Was checked by passing locStr?.curLocale argument to locStr.clearLocale(locStr?.curLocale); in the source code
How would you reproduce the current behavior (if this is a bug)?
Create a property with a localizable string value
Add localizable string translations for several locales
Change locales and test if property value reset works for each locale
Specify your
browser: Chrome
browser version: 119.0.6045.123
surveyjs platform (angular or react or jquery or knockout or vue): React
surveyjs version: 1.9.116
The text was updated successfully, but these errors were encountered:
Are you requesting a feature, reporting a bug, or asking a question?
It looks like an issue
What is the current behavior?
Reset property value, if the property value is
LocaleString
is not working for non-default localeIn that part of the code, the current locale is not passed, and the string lookup resets to the default locale strings object on the reset property value button click. That led to an issue that the locale string value reset wasn't working
What is the expected behavior?
Property value reset should work for the current locale that differs from the default/base locale
Was checked by passing
locStr?.curLocale
argument tolocStr.clearLocale(locStr?.curLocale);
in the source codeHow would you reproduce the current behavior (if this is a bug)?
Create a property with a localizable string value
Add localizable string translations for several locales
Change locales and test if property value reset works for each locale
Specify your
The text was updated successfully, but these errors were encountered: