Borales / yii2-phone-input

Yii2 International telephone numbers
Other
135 stars 55 forks source link

Empty message if validation error #49

Open oxyii opened 6 years ago

oxyii commented 6 years ago

Can you change your check $this->message here to something like

if ($this->message === null)

I need an empty message but I cannot set it