Can't disable session state protection on Oracle APEX 18.1.0.00.45 for Dynamic Actions updating Page Items

前端 未结 3 900
独厮守ぢ
独厮守ぢ 2021-01-05 06:50

I\'m trying to update some page items with a dynamic action. I have an \"on change\" dynamic action on one text field and want to run a calculation on another column and dis

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-05 07:20

    Alternatively, you can try removing the disabled attribute from the input item using a dynamic action after refresh of the region containing it:

    $("#P5_EXAMPLE_ITEM:disabled").removeAttr("disabled");
    

提交回复
热议问题