string
Deprecated (with error)
This function calls value.toString() which might be unexpected. Use an explicit value.toString() instead.
Replace with
this.value.toString()Content copied to clipboard
This function calls value.toString() which might be unexpected. Use an explicit value.toString() instead.
this.value.toString()