Describe the bug
Need to show search field when application menu filterable setting is false. Currently, the search field will be hidden.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Need the search field on application menu to show up even when 'filterable' setting is 'false' to insert custom search logic vs. the header search controlled by the application menu.
Version
Platform
Im not totally clear on this issue. Why can we not just set filterable: true if that works and you want filtering. I don't think it makes sense to filter when the setting is turned off, otherwise whats the point of having a setting? @pwpatton ?
@tmcconechy It was the option we were using to interrupt the default searching and run a back end search and present results in our own panel. This way we can search across more than just the "current" app/roles menus.
Perhaps another option name would be better like disableClientSideFilter or something like we use in datagrid.
OK so you mean you want to just put a search field in there but its not going to control the app menu? Your just searching something else?
yes
Passed on other browsers but on Windows IE, the toast is not showing up
http://master-enterprise.demo.design.infor.com/components/applicationmenu/test-filterable-custom.html
The example just is using the change event on the search and that only fires in IE when you leave the field so you have to click out. Basically this example is just doing "nothing" which was the point of it so i cant add any special code to make that work. The end developer would do what they want here. So im going to skip that point is its really not important.
Noted on that @tmcconechy , verified working on IE. Moving to Done and will retest on beta.