Code Monkey home page Code Monkey logo

Comments (4)

1cg avatar 1cg commented on May 19, 2024 2

OK, added a regression test and fix in dev:

468c405

This will go out on monday w/ the 0.0.4 release. Thank you for catching it!

from htmx.

1cg avatar 1cg commented on May 19, 2024

what sort of inputs are these?

from htmx.

1cg avatar 1cg commented on May 19, 2024

if we can boil down a simple example I can get a test and fix in for 0.0.4 on monday

from htmx.

johndwells avatar johndwells commented on May 19, 2024

Here is what I used to isolate & confirm my test (uses PHP to echo the params sent):

<html>
<head>
    <script src="https://unpkg.com/[email protected]"></script>
    <script>htmx.logAll();</script>
</head>
<body>
<div>
    <h1>Test</h1>
    <hr>
    <div id="container">
        <h2>POSTs:</h2>
        <?php
        var_dump($_POST);
        ?>
        <hr>
        <h3>Form</h3>
        <form method="post" hx-post="/htmx.php" hx-select="#container" hx-target="#container">
            <input type="text" name="variable" value="">
            <button type="submit">Submit</button>
        </form>
    </div>
</div>
</body>
</html>

If you submit it with a value in the input, it shows up in the $_POST array; if not, then the $_POST array is empty.

Thanks for your help! :)

from htmx.

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.