Code Monkey home page Code Monkey logo

Comments (7)

eakoriakin avatar eakoriakin commented on August 10, 2024 1

Hi, you are probably using lazy loading. Have a look here:
https://github.com/eakoriakin/ionic-select-searchable#1-why-do-i-get-error-cant-bind-to-items-since-it-isnt-a-known-property-of-select-searchable

from ionic-selectable.

eakoriakin avatar eakoriakin commented on August 10, 2024 1

Then check that you've imported SelectSearchableModule to your main AppModule:

import { NgModule } from '@angular/core';
import { SelectSearchableModule } from 'ionic-select-searchable';

@NgModule({
    ...
    imports: [
        ...
        SelectSearchableModule
    ],
    ...
})
export class AppModule { }

from ionic-selectable.

iam-deep avatar iam-deep commented on August 10, 2024

No I am not using any lazy load.
I am using the same thing you have done in your demo...
When I am downloading it from github it's working..
But in my existing project is showing the above error!

from ionic-selectable.

cerge avatar cerge commented on August 10, 2024

Sorry, i have the same issue in ionic 3 but using the main example. I have all the imports fine. I tried to follow the link below but it was removed.

from ionic-selectable.

eakoriakin avatar eakoriakin commented on August 10, 2024

Check this link:
https://github.com/eakoriakin/ionic-selectable/wiki#why-do-i-get-error-cant-bind-to-items-since-it-isnt-a-known-property-of-ionic-selectable

from ionic-selectable.

cerge avatar cerge commented on August 10, 2024

Thanks! Is strange, it show me a error so i removed code and started again, compiled with : ionic cordova run android --device -l -c , and it show me the view with control, but nothing happens. Even, I see if it show me the console log when load the change event but no. Now, I started again the app on my mobile and it show me again the error : "Error: No provider for SelectSearchableComponent!" But i tried to fix all the things .Im using ionic 3, im not sure if maybe is the version of component

from ionic-selectable.

petervarkoly avatar petervarkoly commented on August 10, 2024

Hi Evegnii
Now I've a similar issue. I'm using ionic-selectable in my project in more pages. This pages are used as Components for
ModalController and they are working fine.

Now I want to use ionic-selectable in a normal page but I get the error:
core.js:10069 NG0303: Can't bind to 'items' since it isn't a known property of 'ion-selectable'.

https://github.com/petervarkoly/cranix-web/blob/d60c3f8037cd3b62d77a4999f36ddf60b6011b0b/src/app/protected/edu/lessons/tabs/room-control/room-control.component.html#L43

Do you have a hint for me?

from ionic-selectable.

Related Issues (20)

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.