We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee8170 commit 6c0d5c5Copy full SHA for 6c0d5c5
src/main/java/org/htmlunit/html/HtmlUrlInput.java
@@ -39,7 +39,7 @@ public class HtmlUrlInput extends HtmlSelectableTextInput implements LabelableEl
39
HtmlUrlInput(final String qualifiedName, final SgmlPage page,
40
final Map<String, DomAttr> attributes) {
41
super(qualifiedName, page, attributes);
42
- setValue(getValue().trim());
+ setRawValue(getValue().trim());
43
}
44
45
/**
0 commit comments