Closed cvan closed 9 years ago
Might need to use the defaultValue attribute instead of value for the url text input?
https://facebook.github.io/react/docs/forms.html#default-value
Might need to use the defaultValue attribute instead of value for the url text input?
if we actually wanted it to be a default value, yes. but we actually want the value of the URL bar to change whenever the location of the mozbrowser
frame changes.
(see #230.)
I try to focus the URL bar to enter a URL, but whenever it's focussed and I press a key, the focus just gets blurred immediately. Odd.