Giter Site home page Giter Site logo

Comments (11)

ciscoheat avatar ciscoheat commented on May 22, 2024 1

Ah, good idea, will definitely implement that in a near release. Many of the options should be usable there. Any other options except the events that you may find interesting to use there?

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

There is a fields property returned from superForm that arranges the form data as objects with separate name, errors, etc properties. It has some kinks though, but it version 0.6.0 it will be much improved.

The events I'm not sure what you mean exactly, you want to be able to add events after calling superForm? How does the default enhance handle it?

from sveltekit-superforms.

ElijahJohnson5 avatar ElijahJohnson5 commented on May 22, 2024

You are able to use enhance like

use:enhance={() => {
  do something before submit
  return () => {
    do something with result  
  }
}

Currently with super form you have to pass those options into the superForm method which makes it a little more difficult. If instead I could pass options to the superForm enhance method that would be very nice

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

Removed the next label because it will take some consideration. Passing options in the enhance action will possibly conflict with the options set in superForm, and I'm not 100% sure how to handle that (overwrite, chain events together, etc?). Any ideas here are much appreciated.

from sveltekit-superforms.

ElijahJohnson5 avatar ElijahJohnson5 commented on May 22, 2024

I would think they would overwrite the options passed in the superForm but am open to either way

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

I'm thinking about what would happen if the action is used in several places. Is that what you had in mind, btw? :) If so, I think event chaining would be the best option, it's too easy to cause surprises when calling it in several unrelated places, otherwise.

from sveltekit-superforms.

ElijahJohnson5 avatar ElijahJohnson5 commented on May 22, 2024

Yes multiple places is how I was/am using it. Chaining sounds good to me

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

I think that will work fine, I'll start preparing that for the next release!

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

@ElijahJohnson5 you should be able to pass events in use:enhance now:

<form method="POST" use:enhance={{onUpdated: ({form}) => ... }}>

Can you check that it works?

from sveltekit-superforms.

ElijahJohnson5 avatar ElijahJohnson5 commented on May 22, 2024

Yes it works great! Thank you

from sveltekit-superforms.

ciscoheat avatar ciscoheat commented on May 22, 2024

Nice, closing this then. :)

from sveltekit-superforms.

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.