Git Product home page Git Product logo

Comments (8)

ThomasWeiser avatar ThomasWeiser commented on May 26, 2024

Yes, would also strongly prefer a immediate feedback.

@etaque I think you agreed already on the elm-discuss, but allow me to corroborate the argument.

Simple use case: A sign-in form with fields for username, password and a button.
Both input fields needs to be filled in. The button shall be disabled as long as the form doesn't validate.

Now assume the user has filled in the fields. For now she still has to blur the last field for the button to become enabled. She cannot simply click on the button.

from elm-form.

etaque avatar etaque commented on May 26, 2024

I do agree. Although we need to find a solution that doesn't show error message on each keypress ; for that we can decorrelate validation and error printing so submit button is clickable, or throttle validation (but that would imply changing the update signature I believe).

Would gladly accept a PR, I'm short in time for my packages these days :)

from elm-form.

ThomasWeiser avatar ThomasWeiser commented on May 26, 2024

Thank you, etaque!

Maybe I can dig into the issue after my short term project is finished (presumably next week).
But I cannot make a promise.

from elm-form.

etaque avatar etaque commented on May 26, 2024

I have a working implementation in this branch:
https://github.com/etaque/elm-simple-form/tree/specialized-fields

Example looks good but I haven't tested it more seriously, I should be able to publish it tomorrow if it's good for you.

from elm-form.

simonh1000 avatar simonh1000 commented on May 26, 2024

At first glance, looks to work. I see you are now exposing the Actions explicitly and have retired the functions that create them. This is going to allow me to drop one of my ports :-)

from elm-form.

etaque avatar etaque commented on May 26, 2024

I think it's good. Closing, I'll release 2.0.0 tomorrow.

from elm-form.

etaque avatar etaque commented on May 26, 2024

@simonh1000 @ThomasWeiser 2.0.0 is out!

from elm-form.

simonh1000 avatar simonh1000 commented on May 26, 2024

Fab - thanks

from elm-form.

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.