multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Angular Multiselect

Results 12 multiselect issues
Sort by recently updated
recently updated
newest added

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `tough-cookie` Updates `jest` from 23.6.0 to 29.6.1 Release notes Sourced from...

dependencies

i have a form [formGroup]="form" (ngSubmit)="onSubmit()", in which there are multiple input fields and ngx-multiselect. When i click on ngx-multiselect it triggered the onSubmit function of form. Here is the...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 4.2.2 to 4.2.3 Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning:...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 6.4.1 to 6.4.2 Release notes Sourced from engine.io's releases. 6.4.2 :warning:...

dependencies

Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. Release notes Sourced from nunjucks's releases. v3.2.4 What's Changed fix: html encode backslashes if used with escape filter or autoescape by @​fdintino in mozilla/nunjucks#1437....

dependencies

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.21 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `postcss` from 7.0.27 to 8.4.21 Release notes Sourced from postcss's releases. 8.4.21 Fixed...

dependencies

Bumps [terser](https://github.com/terser/terser) to 4.8.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `terser` from 4.6.10 to 4.8.1 Changelog Sourced from terser's changelog. v4.8.1 (backport) Security...

dependencies

Bellow is the HTML of my page. ``` Roles: ``` After focusing on input control, if you press enter key the multiselect will get open and on pressing enter again...

bug
enhancement