2.1.4 • Published 12 days ago

quasar-app-extension-qnumber v2.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

quasar-app-extension-qnumber quasar-app-extension-qnumber npm quasar-app-extension-qnumber npm.io

Quasar App Extension QNumber

The QNumber component is used to capture number input from the user. It uses v-model, similar to a regular input. It has support for errors and validation, and comes in a variety of styles, colors, and types.

Install

quasar ext add qnumber

Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

Example

<q-number
    v-model="modelValue"
    @update:model-value="onChange"

    // options: https://vue-number-format.netlify.app/guide/config.html
    :options="{
        prefix: '$',
        suffix: '',
        separator: ',',
        decimal: '.',
        precision: 2,
        prefill: true,
        reverseFill: false,
        min: false,
        max: false,
        nullValue: ''
    }"
/>

Uninstall

quasar ext remove qnumber

Donate

If you appreciate the work that went into this App Extension, please consider donating to Quasar.

2.1.4

12 days ago

2.1.2

7 months ago

2.1.3

7 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.0

9 months ago

1.2.0

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.0.7

1 year ago

1.6.0

1 year ago

1.0.6

1 year ago

1.5.0

1 year ago

1.0.5

1 year ago

1.4.0

1 year ago

1.0.4

1 year ago

1.3.0

1 year ago

1.0.3

1 year ago

1.0.0

3 years ago

0.0.1

3 years ago