Closed usmanibrahim74 closed 3 weeks ago
It seems that you are not using the directive in a native html input. This is probably the reason why you are getting into problems. In your case, it is best to use the component, not the directive.
I will try it. thanks for pointing out this
config
{ prefix: "£", suffix: "", thousands: ",", decimal: ".", precision: 0, disableNegative: true, disabled: false, min: null, max: null, allowBlank: true, minimumNumberOfCharacters: 0, shouldRound: true, focusOnRight: false, masked: false, modelModifiers: { number: true }, }