Giter Site home page Giter Site logo

vueformulate.com's People

Contributors

advaiyalad avatar andrew-boyd avatar asamolion avatar chosunosu avatar codekiln avatar dbalas avatar dependabot[bot] avatar devoidofgenius avatar hmaesta avatar huzaifahj avatar jdralloc avatar johngeorgesample avatar justin-schroeder avatar lansolo99 avatar llcampos avatar luan-nk-nguyen avatar mknapper1 avatar pbowyer avatar pr0gr8mm3r avatar pstm avatar ryntab avatar sarnakov avatar sidizawi avatar spekulatius avatar steveclarke avatar tguelcan avatar tu6ge avatar udit99 avatar verhoeckx avatar vicenterusso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vueformulate.com's Issues

Please provide better examples on how to use slots in group input?

The documentation feels very technical and quite light on the topic for someone whose not an expert on vue.js

It's really hard to follow along when it comes to how use slots in group inputs. I would love to see better examples maybe working examples on how to create your own custom addMore button or remove button.

Clicking on a checkbox or radio button causes the form to disappear on the documentation site

Firstly, I would like to thank you for the awesome Vue Formulate! It is really powerful!

I found a little bug on documentation site, when you click on any checkbox or radio button the corresponding form disappears (see gif below). Tested in Chrome and Firefox. OS - Windows 10.

recording

I think it is because of the overflow: hidden and flex-direction: row-reverse on the .preview-code element (see second gif), but I could be wrong.

recording (1)

Outdated documentation on registering custom input type

The documentation is outlined at https://vueformulate.com/guide/inputs/custom-inputs/#registering-an-input is showing the usage of

Vue.use(VueFormulate, {
  library: {
    autocomplete: {
      classification: 'text',
      component: 'MyFormulateAutocomplete'
    }
  }
})

Where I can see that the correct usage now is actually the plugin approach:

export default function (formulateInstance) {
  formulateInstance.extend({
    components: {
      MyFormulateAutocomplete
    },
    library: {
      autocomplete: {
        classification: 'text',
        component: 'MyFormulateAutocomplete'
      }
    }
  })
}

Unselect?

Is it possible to discard (unselect) a selected option, setting select field to null, without completely reloading form?

Installation issue when using jsdelivr CDN

First, let me say that Vue Formulate is pretty awesome and it definitely made my easier when creating forms.

I had used Vue Formulate using npm but for testing purposes I needed to use the minified version using the one linked in the installation page. I copied the link to the default min.js file that is shown but ended up with lots of errors.

After some investigation, I believe it's because the default link is to the UMD version. As someone new to Vue and JavaScript, I wasn't able to first discern the differences in the listed files.

I found two instances where similar issues occurred from using the UMD version (and the answers did not address the issue) combined with other issues that prevent proper loading.

I think there are two ways for new/inexperienced users to avoid this issue.

  1. Set the default file to formulate.min.js instead of formulate.umd.min.js
  2. Provide additional guidelines when using the CDN package (such as not needing import statements, only needing Vue.use(VueFormulate) in the script section and using forumlate.min.js).

I look forward to hearing your thoughts! ๐Ÿ‘

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.