Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Do you support NgbHighlight component?

  • 7 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 64 views
  • Last reply by dxlam

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?

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Firefox and google spiders love good code for page ranking.

Read this answer in context 👍 0

All Replies (7)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Firefox and google spiders love good code for page ranking.

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.

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

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

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

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