Giter VIP home page Giter VIP logo

angular4-multiselect-dropdown's People

Contributors

amolborse avatar angular-cli avatar bnicart avatar cuppalabs avatar entr0pic avatar gauravumrani avatar michael77 avatar pascal-vogt avatar pickardjoe avatar proxero avatar silkyfray avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

angular4-multiselect-dropdown's Issues

Please make sure it is in your tsconfig via the 'files' or 'include' property

when i am using this package in angular 6 having below error

ERROR in ./node_modules/angular4-multiselect-dropdown/angular4-multiselect-dropdown.ts
Module build failed (from ./node_modules/@ngtools/webpack/src/index.js):
Error: /home/users/praviteja/git-repo/espn/espn-analytics-web/node_modules/angular4-multiselect-dropdown/angular4-multiselect-dropdown.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.
The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv).
at AngularCompilerPlugin.getCompiledFile (/home/users/praviteja/git-repo/espn/espn-analytics-web/node_modules/@ngtools/webpack/src/angular_compiler_plugin.js:752:23)
at plugin.done.then (/home/users/praviteja/git-repo/espn/espn-analytics-web/node_modules/@ngtools/webpack/src/loader.js:41:31)
at
at process._tickCallback (internal/process/next_tick.js:189:7)

Add button is not visible on No Data Available

In Html:-------
<angular4-multiselect [data]="dropdownList" [(ngModel)]="selectedItems"
[settings]="dropdownSettings"
(onSelect)="onItemSelect($event)"
(onDeSelect)="OnItemDeSelect($event)"
(onSelectAll)="onSelectAll($event)"
(onDeSelectAll)="onDeSelectAll($event)"
(onAddFilterNewItem)="onAddItem($event)">

In .ts file-----
this.dropdownSettings = {
singleSelection: false,
text:"Select Countries",
selectAllText:'Select All',
unSelectAllText:'UnSelect All',
enableSearchFilter: true,
addNewItemOnFilter: true
};
onAddItem(data:string){
console.log(data);
}

Compile time error after adding the library in a project

When I compile my project, I get the below error

ERROR in ./node_modules/angular4-multiselect-dropdown/angular4-multiselect-dropdown.ts
Module build failed: Error: D:\Angular_Projects\MutipleSelectionDropdown\node_modules\angular4-multiselect-dropdown\angular4-multiselect-dropdown.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.

The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv).
at AngularCompilerPlugin.getCompiledFile (D:\Angular_Projects\MutipleSelectionDropdown\node_modules@ngtools\webpack\src\angular_compiler_plugin.js:749:23)
at plugin.done.then (D:\Angular_Projects\MutipleSelectionDropdown\node_modules@ngtools\webpack\src\loader.js:41:31)
at process._tickCallback (internal/process/next_tick.js:68:7)

Search box not getting clear

Steps to reproduce

  1. Search for a value
  2. Select the Value
  3. Click on collapse icon to close the drop-down list
  4. Open the dropdown list, the previous text in search box still appears.

How to clear this value from the search box.

Angular v17 support

I add given repository but it failed to build and run the project.

[ERROR] TS-996002: 'AngularMultiSelectModule' does not appear to be an NgModule class. [plugin angular-compiler]

    src/app/abc.module.ts:34:4:
      34 │     AngularMultiSelectModule
         ╵     ~~~~~~~~~~~~~~~~~~~~~~~~

  This likely means that the library (angular4-multiselect-dropdown/angular4-multiselect-dropdown) which declares AngularMultiSelectModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

    node_modules/angular4-multiselect-dropdown/dist/multiselect.component.d.ts:72:21:
      72 │ export declare class AngularMultiSelectModule {

not getting checkboxes

in angular 4 multi select- drop down there is no check boxes
how user will know whether that is multi select or not can u fix this one

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.