ghiscoding / Angular-Slickgrid

Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/Angular-Slickgrid
MIT License
392 stars 117 forks source link

`showGridMenu()` is triggered when we hit ENTER key on the inline filter #441

Closed thisisyazhini closed 4 years ago

thisisyazhini commented 4 years ago

Current setup gridMenu Configurations

this.gridOptions = {
      gridMenu: {
        hideForceFitButton: true,
        columnTitle: '',
        hideRefreshDatasetCommand: true,
        iconCssClass: 'fa fa-bars'
      }
//Other options for filters

Behavior: When we hit enter key in the inline filtering, the library is implicitly invoking the showGridMenu() and the gridMenu shows up on Left side of the screen. The shown menu is ONLY partially visible.

Expected Behavior: The grid menu shouldn't show in the screen at all, when the user hits enter key after entering a search term for inline filtering.

image

Angular-Slickgrid Version:^2.17.11

close-issue-app[bot] commented 4 years ago

This issue was automatically closed by our bot because it does not meet our issue template requirements. Please fill in the questions/sections required in the issue template before submitting a new issue. Thank you.