GithubHelp home page GithubHelp logo

Comments (9)

mjesteve avatar mjesteve commented on July 19, 2024 1

It works very well:

GIF 17-08-2021 13-15-33

I will definitely incorporate it into my projects ;)
Thanks sa-si-dev

from virtual-select.

mjesteve avatar mjesteve commented on July 19, 2024

Just to add another example... this time with the display priority:

image

If you notice, the dropbox in the top select is below the fixed dropbox. This time it has to do with the z-index. The fixed dropbox has z-index=1 and the top dropbox "also". Could you leave z-index=1 when it is fixed and z-index=2x when it is floating?

from virtual-select.

sa-si-dev avatar sa-si-dev commented on July 19, 2024

@mjesteve Thank you for considering this plugin to use in your project.

  1. This issue is happing because the plugin is rendered inside an element that has overflow hidden or scroll property. To fix this, dropbox needs to be rendered at the end of the body element instead of inside the virtual select wrapper.

  2. I will increase the default z-index of floating dropbox as you suggested. FYI we can set z-index as we want with the property zIndex on initialization.

Will implement the above items in the future release.

from virtual-select.

mjesteve avatar mjesteve commented on July 19, 2024

Thank you very much sa-si-dev.
Yesterday I started to set up the development environment with vsCode to be able to do debug tests but I still don't have it. Is there any document about this in the repository?

Thanks for your interest.

Hiedra

from virtual-select.

sa-si-dev avatar sa-si-dev commented on July 19, 2024

Thank you very much sa-si-dev.
Yesterday I started to set up the development environment with vsCode to be able to do debug tests but I still don't have it. Is there any document about this in the repository?

Thanks for your interest.

Hiedra

Please check here

from virtual-select.

mjesteve avatar mjesteve commented on July 19, 2024

Thx.

from virtual-select.

sa-si-dev avatar sa-si-dev commented on July 19, 2024

@mjesteve this feature is available in the release v1.0.15

Use dropboxWrapper: 'body' property to avoid dropbox hiding.

from virtual-select.

mjesteve avatar mjesteve commented on July 19, 2024

I will try it, thank you very much.

from virtual-select.

sa-si-dev avatar sa-si-dev commented on July 19, 2024

It works very well:

GIF 17-08-2021 13-15-33

I will definitely incorporate it into my projects ;)
Thanks sa-si-dev

Thank you

from virtual-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.