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
Describe the bug
If the default option's value in the manifest is different from the default value in the file the value should be replaced nothing happens. The value needs to be changed and changed back in order to make it effective.
To Reproduce
These are now work arounded in the existing projects by choosing the defaults consistently. So to reproduce it move this line to the "value": 1 section.
Expected behavior
Allow having different defaults in the manifest and file it works on.
Desktop:
OS: Linux Mint 21.3
Browser: N/A
Version: v1.1.0
Additional context
None.
The text was updated successfully, but these errors were encountered:
Previously it was necessary to change the default option displayed in the dropdown and then change it back again to process it. That issue was fixed in v1.1.1.
The first value in the options array in the manifest is what becomes the selected option in the UI dropdown, and therefore that is the value that gets processed. "default": "true" in the manifest has no effect. Anything in the manifest with that flag that is not the first entry in the options array will not become the selected option in the UI dropdown. It is therefore not processed unless explicitly selected by the user.
Describe the bug
If the default option's value in the manifest is different from the default value in the file the value should be replaced nothing happens. The value needs to be changed and changed back in order to make it effective.
To Reproduce
These are now work arounded in the existing projects by choosing the defaults consistently. So to reproduce it move this line to the
"value": 1
section.Expected behavior
Allow having different defaults in the manifest and file it works on.
Desktop:
Additional context
None.
The text was updated successfully, but these errors were encountered: