Allow passing through of custom attributes on form inputs

  • I'm looking to use Vue with the Forms add-on, however, when adding the v-model directive to a perch form input, it gets stripped out.


    I know it's possible to pass through class names and data attributes but was wondering if you'd consider extending this to achieve the above?


    Thanks

    Toby

  • Yes, and you could get away with just allowing v- but lots of devs tend to use the shorthand for v-bind or v-on: