Open VirginieBouvarel opened 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
: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