RedMadRobot / input-mask-ios

User input masking library repo.
MIT License
578 stars 96 forks source link

Obtain text field value without input-mask #108

Closed roostique closed 1 year ago

roostique commented 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"

roostique commented 1 year ago

Found the answer here: #9 #21