GithubHelp home page GithubHelp logo

Comments (4)

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

@ahsynv I got your requirement. I will implement it in the future release.

from virtual-select.

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

@ahsynv as you requested, I have implemented this feature and it is available in the release v.1.0.4

from virtual-select.

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

If I understood your requirement correctly, I think we have already support native change event listener. Please check below docs page

https://sa-si-dev.github.io/virtual-select/#/events

Please check it and let me know, if it dosen't fulfill your requirement.

from virtual-select.

ahsynv avatar ahsynv commented on July 19, 2024

Hi, thank you for reply ! No my issue is not about the event listener. So i will try to explain on another way :

With the native html "select" element, we have "name" attribute, like this :

<form action="blabla" method="POST">
<select name="country">
<option value="FR">France</option>
<option value="ES">Spain</option>
</select>
</form>

On this example, when we select an option like "Spain" and click on submit button, on the back end for example PHP i can get the selected value by $_POST['country'], but on virtual-select, i dont found this fonctionnality, how we can get the selected value outside of js ?

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.