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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user