Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppressing No result found message #307

Open
FullStackDeveloper11 opened this issue Oct 31, 2017 · 7 comments
Open

Suppressing No result found message #307

FullStackDeveloper11 opened this issue Oct 31, 2017 · 7 comments

Comments

@FullStackDeveloper11
Copy link

FullStackDeveloper11 commented Oct 31, 2017

I have requirement to implement dual textbox.

  1. If User type some letter in the textbox then it should display the name starting with typed letter(this I have already implemented using this letter)

  2. If user type just number then it should not do anything but I am getting message "No result found" message , how can I suppress this message?

Thanks

@ceejeeb
Copy link

ceejeeb commented Nov 16, 2017

I second this.

@SeokwonSong
Copy link

I third this.

@jdk339
Copy link

jdk339 commented Feb 26, 2018

I "fourth" this. Any updates on when/if this will be implemented?

@jdk339
Copy link

jdk339 commented Mar 1, 2018

Just found out this repo is no longer being maintained as of now.

@almothafar
Copy link
Collaborator

almothafar commented Mar 25, 2018

@jdk339 If you can do PR for I'll push this PR ASAP, currently it is nice to have, I'll try to make it later, but will be better if someone do faster PR for this.

@almothafar almothafar changed the title suppresing No result found message Suppressing No result found message Mar 27, 2018
@almothafar almothafar added this to the 4.1.0 milestone Mar 27, 2018
@levanah22
Copy link

hey guys,
i solved this with a simple css code:

.ngui-auto-complete > ul {border: 0 !important;}
.ngui-auto-complete > ul > li {border-right: 1px solid #ccc !important; border-left: 1px solid #ccc !important;}
.ngui-auto-complete > ul > li:nth-of-type(1) {border-top: 1px solid #ccc !important;}
.ngui-auto-complete > ul > li:last-of-type {border-bottom: 1px solid #ccc !important;}
.ngui-auto-complete > ul > li.no-match-found {display: none;}

@dninomiya
Copy link
Contributor

@levanah22
I thought about that method, but I think that it would be better for you to be more intuitive styling. #348 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants