We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eee9b6 commit 08d929cCopy full SHA for 08d929c
src/display/annotation_layer.js
@@ -668,6 +668,7 @@ class TextWidgetAnnotationElement extends WidgetAnnotationElement {
668
if (elementData.formattedValue) {
669
event.target.value = elementData.formattedValue;
670
}
671
+ // Reset the cursor position to the start of the field (issue 12359).
672
event.target.scrollLeft = 0;
673
elementData.beforeInputSelectionRange = null;
674
};
0 commit comments