artemkrachulov / AKMaskField

Swift plugin which allow add mask to input field

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Label text cannot be cleaned

weysler opened this issue · comments

Hello,

I try

@IBOutlet weak var myField: AKMaskField!

func cleanText(){
    myField.text = ""
}

The old value is cleared but after new insert the old value show up again, please help me.

Hi, fixed