This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@onekiloparsec/vue-xeditable

1.2.12 • Public • Published

vue-xeditable

GitHub license

Even better editable element in Vue. Original code from https://kar-wai-wong.github.io

Use Setup

install @onekiloparsec/vue-xeditable

npm install @onekiloparsec/vue-xeditable --save

Vue mount

import { XEditable } from '@onekiloparsec/vue-xeditable'

new Vue({
  el: '#app',
  components: {
    'vue-xeditable': vue-xeditable
  }
})

Support Types

text, textarea, number, date, select

In particular, a lot of work has been done to make the select widget work perfectly. It handles null values, has a correctly selected value, and can respond to escape key to end editing.

/@onekiloparsec/vue-xeditable/

    Package Sidebar

    Install

    npm i @onekiloparsec/vue-xeditable

    Weekly Downloads

    174

    Version

    1.2.12

    License

    MIT

    Unpacked Size

    706 kB

    Total Files

    26

    Last publish

    Collaborators

    • onekiloparsec