Giter Site home page Giter Site logo

antonreshetov / vue-form-components Goto Github PK

View Code? Open in Web Editor NEW
123.0 4.0 19.0 5.17 MB

Clean & minimal vue form elements and form builder with validation

Home Page: https://antonreshetov.github.io/vue-form-components/

License: MIT License

JavaScript 33.64% CSS 5.13% Vue 58.27% HTML 2.55% Shell 0.42%
vue vue-components javascript components form form-validation vue-form formbuilder

vue-form-components's People

Contributors

antonreshetov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vue-form-components's Issues

Input component

Develop

  • Core (Input, Textarea)
  • Suffix
  • Prefix
  • Append
  • Prepend
  • Disabled

Testing

  • Core (Input, Textarea)
  • Suffix
  • Prefix
  • Append
  • Prepend
  • Disabled

Radio component

Develop

  • Core
  • Disabled
  • Bordered

Testing

  • Core
  • Disabled
  • Bordered

Docs

Base

  • Site

Components

  • Input
  • Select
  • Checkbox
  • Radio
  • Button
  • Form

Form builder

A schema-based form generator

  • Component
  • Testing

The Select component isn't keyboard accessible

I've tried this a few times and I can't seem to figure out how to get the select component to be keyboard accessible. If the select component is selected and you hit enter it just toggles the first item in the list. This happens with both the regular and multi-select feature.

can't use "name" attribute

hi, I added
<vue-input v-model="formCarrier.email" name="mail" style="width: 100%" placeholder="[email protected]"></vue-input>

but it doesn't work after rendering.

other attributes like a "readonly, type, placeholder" still work

Select component

Develop

  • Core (Select, Option)
  • Popper
  • Disabled select
  • Disabled option
  • Multiple

Testing

  • Core (Select, Option)
  • Popper
  • Disabled select
  • Disabled option
  • Multiple

Select is not updating the label when the v-model attribute is cleared

Hi,

I have this following code

<div
  v-for="(selected, index) in data"
  :key="index"
>
  <vue-select
    v-model="data[index]"
    :data="dataOptions"
    placeholder="Select"
  >
    <vue-option
      v-for="option in dataOptions"
      :key="option.value"
      :value="option.value"
      :label="option.label"
    />
  </vue-select>
</div>

However, when I clear the data[index] for the corresponding index, the data is updated correctly but the label displayed stays the same and gives the illusion that the data wasn't cleared. Is there a way to update the label when the data in the v-model object is changed?

can not set default value

Hi
I tried to set default selected option
But both of v-model="desirable" and :value="desirable" didnt work.
Any way to set default selected option in ?
Thank you

Checkbox component

Develop

  • Core (Single, Group)
  • Disabled
  • Bordered

Testing

  • Core (Single, Group)
  • Disabled
  • Bordered

Update for veevalidate

VeeValidate api is changed and simplified. And you don't have to write validate ( $_veeValidate: {} ) logic inside components anymore.

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.