Skip to content

Commit

Permalink
feature/IVYPORTAL-17458-Quick-Search-function-keeps-working-although-…
Browse files Browse the repository at this point in the history
…it-is-deactivated-LE

- Disable the input of quick search in edit mode
  • Loading branch information
lmluat-axonivy committed Aug 30, 2024
1 parent 53eb0e2 commit 737cb0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<c:set var="widgetContentId" value="#{cc.clientId}:widget-content" />
<p:inputText id="quick-search-input-#{index}" value="#{widget.quickSearchKeyword}"
placeholder="#{ivy.cms.co('/ch.ivy.addon.portalkit.ui.jsf/common/globalSearch')}"
onkeydown="handleKeyDown(event)" disabled="#{!isReadOnlyMode and widget.type eq 'PROCESS'}">
onkeydown="handleKeyDown(event)" disabled="#{!isReadOnlyMode}">
<p:ajax delay="800" listener="#{widget.updateQuickSearchKeyword()}"
onstart="return shouldTriggerAjax(event)"
event="keydown" process="@this"
Expand Down

0 comments on commit 737cb0c

Please sign in to comment.