Closed roostique closed 1 year ago
Hi everybody Might have missed this issue, sorry.
method onEditingChanged(in textField: UITextField) returns a value with mask. Whats the best way to get a value without it? Example: mask "+996 [000] [000] [000]" returns "+996 550 560 878" instead of "550560878"
onEditingChanged(in textField: UITextField)
Found the answer here: #9 #21
Hi everybody Might have missed this issue, sorry.
method
onEditingChanged(in textField: UITextField)
returns a value with mask. Whats the best way to get a value without it? Example: mask "+996 [000] [000] [000]" returns "+996 550 560 878" instead of "550560878"