* lisp/net/eww.el (eww-change-select): Make hitting RET with an
empty string use a default (bug#43218).
(plist-get (cdr elem) :value))))
input)))
(display
- (completing-read "Change value: " options nil 'require-match))
+ (completing-read "Change value: " options nil 'require-match
+ nil nil (car (rassoc (plist-get input :value)
+ options))))
(inhibit-read-only t))
(plist-put input :value (cdr (assoc-string display options t)))
(goto-char