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
One DragValue works well. Two or more DragValues boom.
The problem is ui.memory().drag_value.edit_string is shared by all DragValues. If any DragValue is not in keyboard mode(this is always true), it's update will reset edit_string to None. The current editing DragValue has to reconstruct edit_string from it's value, so boom.
Discussed in #2376
Originally posted by tkkcc December 4, 2022
A normal way to edit
2
into0
isbackspace
+0
. Current DragValue does not support this.The text was updated successfully, but these errors were encountered: