-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cb 4590 prevent search field autocomplete (#2398)
* CB-4590 prevent autocomplete for search in connection-form filter * CB-4590 fixes search autocomplete for devtools * CB-4590 removed reshadow from plugin-devtools * CB-4590 disable autocomplete for all passwords * Revert "CB-4590 disable autocomplete for all passwords" This reverts commit 4c20f46. * CB-4590 disable auto complete for auth provider passwords * CB-4590 adds type="search" for all filters * CB-4590 disables autocomplete for most of authentication forms (except local and ssh database) * CB-4590 disables autocomplete for create database ssh tunnel passphrase * CB-4590 better readability for props * Revert "CB-4590 better readability for props" This reverts commit 83f6f99. * Revert "CB-4590 disables autocomplete for create database ssh tunnel passphrase" This reverts commit 0655421. * Revert "CB-4590 disables autocomplete for most of authentication forms (except local and ssh database)" This reverts commit c915f5b. * CB-4590 chore: x for the input type search disabled in forms --------- Co-authored-by: s.teleshev <[email protected]> Co-authored-by: Daria Marutkina <[email protected]>
- Loading branch information
1 parent
888b29c
commit 3898729
Showing
7 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
webapp/packages/plugin-devtools/src/ContextMenu/SearchResourceMenuItemComponent.m.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.searchBox { | ||
padding: 8px 12px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters