Is there a way to manipulate maxLength attribute to count only numbers? I have seen this code MyObservable.replace(/[^0-9]/g, \'\').length that can only count n
MyObservable.replace(/[^0-9]/g, \'\').length