Cached past values can not be disabled

Issue #2 wontfix
kbmt10 created an issue

I’m trying to disable caching old value but it’s not being disabled. I check out “Enable cache for past values” and press save but it always loads back enabled.

I’m trying to disable caching for dropdown values, is this possible in any other way?

Comments (10)

  1. Hutuleac Iulius repo owner

    Hi,

    this is not looking like a value cached by the plugin but rather cached by the local browser. The values cached by the plugin appear like checkboxes in some cases and you can just tick them.

    Julius

  2. Hutuleac Iulius repo owner

    I will try to add also autocomplete="off" for the text fields with a global config for you.

  3. kbmt10 Account Deactivated reporter

    hey Julius,

    I upgraded to the last version and tried from a new private window but I still face the same issue.

    I uncheck that box, hit save and then the page will reload with the box checked by default.

    In addition the config JSON values are broken. When I post the bellow code in I do not get anything in the dropdown menu:

    {
        "stackDEV" : {
            "type" : "dropbox",
            "separator": ",",
            "values" : ["stack1", "stack2", "stack3" ]
        }
    }
    

    the drop down menu is empty..

    Here’s my full config:

  4. Hutuleac Iulius repo owner

    In order to use the extended Json config try to switch from drop-down to custom under global config.

  5. Hutuleac Iulius repo owner

    Switch to custom control and define in the environment the Json. Can you show what variables you have?

  6. Log in to comment