Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Do you support NgbHighlight component?

  • 7 trả lời
  • 1 gặp vấn đề này
  • 44 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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

Firefox and google spiders love good code for page ranking.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (7)

more options

Giải pháp được chọn

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!