Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Do you support NgbHighlight component?

  • 7 réponses
  • 1 a ce problème
  • 54 vues
  • Dernière réponse par dxlam

more options

ngb-highlight selector doesn't get customer listeners (mouseenter, mouseleave)

app.component.html <ngb-highlight (mouseenter)="hello()" class="autocomplete-item" [result]="replaceSpace(result)" [term]="replaceSpace(term)"></ngb-highlight>

app.component.ts hello() {console.log('What?')}

it doesn't run, why?

ngb-highlight selector doesn't get customer listeners (mouseenter, mouseleave) app.component.html <ngb-highlight (mouseenter)="hello()" class="autocomplete-item" [result]="replaceSpace(result)" [term]="replaceSpace(term)"></ngb-highlight> app.component.ts hello() {console.log('What?')} it doesn't run, why?

Solution choisie

Supply full URL if can please. Or submit your code to :

Firefox and google spiders love good code for page ranking.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (7)

more options

Solution choisie

Supply full URL if can please. Or submit your code to :

Firefox and google spiders love good code for page ranking.

more options

Sorry, I'm too busy. this is URL: https://stackblitz.com/edit/angular-axskyh?embed=1&file=app/typeahead-template.ts

I set (mouseenter)="hello()" in typeahead-template.html but it don't action.

more options

Ya like wise, since URL is example.com, thanks.

more options
more options

Sorry, it's my mistake, you can access to https://stackblitz.com/edit/angular-axskyh?embed=1&file=app/typeahead-template.ts and let's give me some advice. Thanks

more options

And https://stackoverflow.com/questions/52385411/ngb-highlight-doesnt-get-any-listener-when-its-in-firefox is my question but i don't get any answer. So I posted this question here to find a answer

more options

Let me know if that is the limitation of firefox, please!