Coder Social home page Coder Social logo

Comments (11)

jeffhughescitadel avatar jeffhughescitadel commented on June 12, 2024 3

[searchable]="false" [clearable]="false"

from ng2-select.

dafreaki avatar dafreaki commented on June 12, 2024 2

you could just override the css and hide it

.ui-select-search {
display: none;
}

from ng2-select.

dafreaki avatar dafreaki commented on June 12, 2024 1

here what i did

in the style.css

/* hiding the search */
.no-search-select .ui-select-container{
min-height: 34px;
}
.no-search-select .ui-select-search {
display: none;
}
.no-search-select .ui-select-choices{
margin-top: -34px !important;
}

in the html
<ng-select class="no-search-select" .......

from ng2-select.

lmarkes avatar lmarkes commented on June 12, 2024

👍 Any update on the anticipated availability of this feature?

from ng2-select.

uzumakinaruto123 avatar uzumakinaruto123 commented on June 12, 2024

dis you achieve this ?

from ng2-select.

fletchertyler914 avatar fletchertyler914 commented on June 12, 2024

Bump

from ng2-select.

fletchertyler914 avatar fletchertyler914 commented on June 12, 2024

@dafreaki this does not appear to work either.

from ng2-select.

raghulrajnkl avatar raghulrajnkl commented on June 12, 2024

search box is hidding ok, but value cant able select?

from ng2-select.

amiram avatar amiram commented on June 12, 2024

[noAutoComplete]="true"

from ng2-select.

dmytro-shapovalov avatar dmytro-shapovalov commented on June 12, 2024

@jeffhughescitadel Thanks a lot!

from ng2-select.

duzenko avatar duzenko commented on June 12, 2024

Nothing here works

from ng2-select.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.