How to Disable Input Search
Summary:
Input search should be in Disable on Approve Page
Content (required):
Hi all,
On the client Approve Page, All fields should be in disabled mode ,
Should not be able to Edit the fields .
I am not able to find the disable option for input search.
As Attached Png:
Kindly help me.
Version (include the version you are using, if applicable):
Visual Builder Runtime Version 2210.0.0
Oracle JET Version 12.1.4
Code Snippet (add any code snippets that support your topic, if applicable):
By using Javascript ,
document.getElementById('oj-input-search--604316549-11').disabled = true;
disable is not working by using above method.
Tagged:
0