question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

can't select item when searching

See original GitHub issue

I can’t select text item when searching in the plugin.

screen shot 2017-02-03 at 1 19 08 pm

here is my code in html <ng-select [items]="ticketOptionList.accountList" (data)="refreshValueforAccount($event)" (selected)="selectedAccount($event)" [active] = "initialDataForAccount"> </ng-select>

But when I click the item in blank area it will work

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

4reactions
khoanguyen2610commented, Feb 7, 2017

hacked-searching ng2-select-mit I found this problem, problem is HighlightPipe alway transform text, so we can’t click on this test, we can click select outsite the label and then i fixed by my way. In file select-pipe.jp, function HighlightPipe.prototype.transform, i added “return value;”. So it’s not bold style when we searching but we can select result.

Expect MIT fix this issue. Thank you.

2reactions
rodneyjoycecommented, Feb 17, 2017

I seem to have something similar -sometimes I can click on an item (without searching) and sometimes I cannot - it’s a very frustrating user experience

Read more comments on GitHub >

github_iconTop Results From Across the Web

I Can't select the search items - Stack Overflow
I'm creating search function using php,mysql,js and ajax. But i cant select the search items. I'm trying to select suggested words. there is ......
Read more >
Cannot select Item - Help - UiPath Community Forum
Hi there, Check the page source using inspect element and check for the class of the multiple item select/select item element and search...
Read more >
8 reasons why you cannot select your object in Blender
If you have an object that you want to select, but you can't select it by itself. It is likely that your object...
Read more >
Can't use mouse to select search result through search box.
1. Click on 'Start'. 2. Enter 'Command prompt' in the Search box. 3. In the list of results, swipe down ...
Read more >
Can't select objects in model - in any view, any phase
Solution: Below Modify button in the upper left corner there is a select arrow. Pick it for a pull down menu. Click on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found