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
Please specify what version of the library you are using: [ 1.11.0 ]
Expected / Desired Behavior / Question
Being able to safely edit values on text boxes
Observed Behavior
When editing the text boxes of the test web part within the project, first name and last name start behaving badly.
Steps to Reproduce
Run the project and edit the test web part provided.
Click to manage manage collection data on web part properties.
Start typing on one of the text boxes and
Immediately after typing some characters, press backspace to delete a few characters
Immediately after deleting the characters, add a few more
Notice that the control starts to continuously update the value
Looking at the browser console, we can see that the value being logged is not behaving as expected, which seems like some issue with asynchronous code
The text was updated successfully, but these errors were encountered:
Category
Version
Please specify what version of the library you are using: [ 1.11.0 ]
Expected / Desired Behavior / Question
Being able to safely edit values on text boxes
Observed Behavior
When editing the text boxes of the test web part within the project, first name and last name start behaving badly.
Steps to Reproduce
Run the project and edit the test web part provided.
Click to manage manage collection data on web part properties.
Start typing on one of the text boxes and
Immediately after typing some characters, press backspace to delete a few characters
Immediately after deleting the characters, add a few more
Notice that the control starts to continuously update the value
Looking at the browser console, we can see that the value being logged is not behaving as expected, which seems like some issue with asynchronous code
The text was updated successfully, but these errors were encountered: