Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix copyright
  • Loading branch information
TimWhiting committed Aug 23, 2022
commit c97737dcd87382a9f44419364273d561d58f6224
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/text_editing/input_action.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Copyright 2022 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/text_editing/text_editing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ abstract class DefaultTextEditingStrategy with CompositionAwareMixin implements
if (config.inputType == EngineInputType.none) {
activeDomElement.setAttribute('inputmode', 'none');
}

final EngineInputAction action = EngineInputAction.fromName(config.inputAction);
action.configureInputAction(activeDomElement);

Expand Down