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
The setValue method is first removing the existing text and then inserting the new value by calling remove and insert one after another. This is causing the change event to be signaled twice.
The text was updated successfully, but these errors were encountered:
The setValue method is first removing the existing text and then inserting the new value by calling
remove
andinsert
one after another. This is causing the change event to be signaled twice.The text was updated successfully, but these errors were encountered: