Skip to content

Commit

Permalink
Fix delay's that have not been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kwakutwumasi committed May 12, 2018
1 parent 2c0b26c commit cf2ca79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</b:inputText>
<b:selectOneInputGroup value="#{agentConfigurationPage.triggerClass.configurationParameter.stringValue}"
autocomplete="true"
delay="10"
delay="1"
onevent="#{loader.miniAjaxLoader}"
listener="#{agentConfigurationPage.filterAgentTriggerClasses}"
suggestion="#{agentConfigurationPage.classNameFilter}"
Expand Down
2 changes: 1 addition & 1 deletion qa-syshub-webapp/WebContent/cp/agentModule.crud.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</label>
<b:selectOneInput mainClass="#{loader.overlayClass}" disabled="#{agentModulePage.webappmain.mode eq 'read' or agentModulePage.agentConfigurationDropdownHelper.inCreateMode}"
value="#{agentModule.agentConfiguration}" autocomplete="true"
suggestion="#{agentModulePage.agentConfigurationDropdownHelper.searchText}" delay="15"
suggestion="#{agentModulePage.agentConfigurationDropdownHelper.searchText}" delay="1"
listener="#{agentModulePage.agentConfigurationDropdownHelper.filterItems}"
onevent="#{loader.overlayAjaxLoader}">
<f:selectItems value="#{agentModulePage.agentConfigurationDropdownHelper.foundItems}"
Expand Down

0 comments on commit cf2ca79

Please sign in to comment.