Giter VIP home page Giter VIP logo

vue-formulate-legacy's People

Contributors

devoidofgenius avatar justin-schroeder avatar luan-nk-nguyen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vue-formulate-legacy's Issues

Allow direct mutations of the store with validation support.

Currently direct mutations of the store to inject field values is possible by using the {module}/setFormField mutation. However, validation routines are currently triggered outside of the store in the Formulate element meaning that direct store mutations do not properly trigger validation events. This is really a bug since performing direct mutations is absolutely within the scope of this project.

We should first address this issue before adding the documentation request in issue #3.

How to use third-party tags?

I was wanting to use vue-cleave.

How would I combine

<cleave placeholder="Enter your credit card number" :options="{ creditCard: true }"></cleave>

and

<formulate-element type="number" name="creditCard" label="Credit Card Number"/>

into a single input?

How to use 3rd party styling frameworks?

I am using Buefy & Bulma

To style an element as a button with standardized colors, one can do:

<input class="button is-primary" type="submit" value="Submit input">

Unfortunately, if I try to do ...

<formulate-element class="button is-primary" type="submit" name="Save"/>

... I get an unstyled button sitting within a div styled with 'is-primary'.

<div class="button is-primary formulate-element formulate-element--type--submit">
    <div data-type="submit" data-classification="button" class="formulate-element-input-wrapper">
        <!---->
        <!---->
        <button type="submit">Save</button>
        <!---->
        <!---->
        <!---->
        <!---->
    </div>
    <!---->
</div>

Could you for example, provide formulate-element with an attribute, inner-element-class, whose value is added to the class attribute of formulate-element's underlying button/input/select/etc ?

How to pre-fill a form for record update?

The docs and demo need to show the steps to mutate the store so that the form is filled.

Is there a mutation for the entire form? Must it be mutated one field at a time?

Where is the namespace used and how?

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.