I am working on the ojInputSearch with disabled and enabled setting but it can not work by oj Setting.
The following is the area of ojInputSearch Input area(Red Box) and HTML element renderred area(Blue Box).

I am using the code like this as below:

This code is triggered when clicking the "advance search" on last screen shot. Our aim is that when using the advance search, we don't want to use the simple search. So, clicking advance search, we hope that using the disabled setting to let the simple search element with disabled status. The strange thing is happened after invoke disabled setting code. But the scenario is happened as below.

We found that the simple search input element has been replaced as this one. Checking the HTML structure as below.

Actually, the div element inside of simple-search element(Blue Box) should be the simple search input element but it still has 'oj-enbaled' CSS. But after setting disabled on this search input by using ojInputSearch widget. There are some outside HTML element renderred out(Red Box). It's strange for my expectation. We hope that it can change the CSS property by applying inside elements(Blue Box).
My question is that is there any problems that we used the ojInputSearch disabled setting? If not, I am not sure that this is the issue of ojInputSearch widget part. Hope that someone can give me some comments. If yes, hope that someone can give me the right way to set the ojInputSearch as disbaled. Now, I have to use another workaround to set the search input element as disabled without using ojInputSearch widget method.