Numeric
-
in version V.013
<q-numeric v-model=“number” :min=“1” :max=“17”></q-numeric>how this component work in v.017 ? pls help
-
@fajarmuzaky
that doesn’t exist in v.017 use a q-input with type number https://quasar-framework.org/components/input-textfield.html#Vue-Properties.
IMPORTANT All DOM attributes that apply to a native <input> or <textarea> can be used. Example: maxlength, rows, min/max/step, autocomplete and so on.