Giter VIP home page Giter VIP logo

Comments (4)

akunbeben avatar akunbeben commented on July 1, 2024 1

I think I found why that happened. it's because the focus behavior on the js side.
I think it would be better to just have CSS focus, not the actual focus on the element. so users can type more freely.

I can open a PR to give a try 😄

cc @bluzky

image

from nice-select2.

bluzky avatar bluzky commented on July 1, 2024

thanks @akunbeben could you please create a PR for this.

from nice-select2.

creativestate avatar creativestate commented on July 1, 2024

If you are using this plugin via the dist folder, an immediate solution is to add the below code snippet on the file dist/nice-select2.js to the a.prototype._onKeyPressed function.

Ideally - beautifying the minified code will make locating this much easier around line 210 after formatting depending on your code formatter.

else if(32 == e.keyCode && open) { return false; }

The above code will allow spaces between words without closing and selecting the first hit from your search.

This dev npm package relies on fsevents API which is macos native - so this limits contributors to macos presently. I am frankly too lazy today to go grab the laptop just to create a build + test / PR request, @bluzky feel free to commit the attached this to the master, I have not tested a build off the attached, so it is best you test this first. Happy for one of the other contributors to test, commit and merge.

nice-select2.zip

from nice-select2.

Tsjippy avatar Tsjippy commented on July 1, 2024

can you try I think I fiex the error

from nice-select2.

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.