You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, that is code <masked-input mask="\+\1 (111) 1111-11" placeholder="Phone" @input="rawVal = arguments[1]" />
that is warning in console
[Vue warn]: Property or method "rawVal" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
and in request will sending not raw phone, but '+1 (111) 1111-11' format
The text was updated successfully, but these errors were encountered:
hi, that is code
<masked-input mask="\+\1 (111) 1111-11" placeholder="Phone" @input="rawVal = arguments[1]" />
that is warning in console
and in request will sending not raw phone, but '+1 (111) 1111-11' format
The text was updated successfully, but these errors were encountered: