juareznasato / vuetify-money

vuetify-money
45 stars 23 forks source link

min and max do not work in v-text-field-integer #43

Open VirginieBouvarel opened 2 years ago

VirginieBouvarel commented 2 years ago

:options="{ inputMask: '##', outputMask: '##', empty: null, applyAfter: false, min: 1, max: 25, }" Hi, How do I configure my input to prevent the entry of 0 or 26? For the moment it's possible despite the min and max parameters. thanks