]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/resources/tags/table_rows/user_profile_mode_table_row.tpl
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / resources / tags / table_rows / user_profile_mode_table_row.tpl
index d1409ce14c0a8e42f59d003f81b56ecc05277a41..d4872e66e37796a6a74bcc8dfdf4f30cb107f334 100644 (file)
                        </div>
 
                        <div class="table-right-medium">
-                               <p:selectOneMenu id="profileMode" value="#{targetController.userProfileMode}">
-                                       <f:selectItems value="#{profileModeController.allProfileModes}" var="mode" itemValue="#{mode}" itemLabel="#{msg[mode.messageKey]}" />
+                               <p:selectOneMenu
+                                       id="profileMode"
+                                       value="#{targetController.userProfileMode}"
+                                       filter="true"
+                                       filterMatchMode="contains"
+                                       >
+                                       <f:selectItems value="#{profileModeController.allProfileModes()}" var="mode" itemValue="#{mode}" itemLabel="#{msg[mode.messageKey]}" />
                                </p:selectOneMenu>
                        </div>
                </h:panelGroup>