Skip to content

gemalaya: URL's text overflows the address bar's TextInput when the URL is too long

When the current visited URL's length is greater than the maximum width, the URL's text is not cut or wrapped and overflows the component.

One solution is to set wrapMode on the TextInput, but it'd be better to have the URL trimmed than have multiple lines.