TF-2311 Update baseUrl when text input changed

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 45b455b46037623db731c3249429b9a796cad23c)
This commit is contained in:
dab246
2023-11-15 09:29:14 +07:00
committed by Dat Vu
parent 3ac7db244d
commit 69c1f569be
@@ -121,6 +121,7 @@ class LoginView extends BaseLoginView {
textInputAction: TextInputAction.next,
keyboardType: TextInputType.url,
onTextSubmitted: (value) => controller.handleNextInUrlInputFormPress(),
onTextChange: controller.formatUrl,
decoration: (LoginInputDecorationBuilder()
..setLabelText(AppLocalizations.of(context).prefix_https)
..setPrefixText(AppLocalizations.of(context).prefix_https))