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
On form submit, I call this.set("phone", null), but the input field maintains its value. I couldn't find a way to clear it without resorting to jQuery.
The text was updated successfully, but these errors were encountered:
Hi, did you found a fix for this issue? I'm experiencing the same thing... This is working well to set the value to anything else, but it doesn't work for empty value - null or empty string (the goal is to clear the field). Thank you! :)
When using this input, it's not possible to clear or reset the input. Example usage:
On form submit, I call
this.set("phone", null)
, but the input field maintains its value. I couldn't find a way to clear it without resorting to jQuery.The text was updated successfully, but these errors were encountered: