Skip to content

Commit

Permalink
Merge pull request #858 from kiwicom/remove-duplicate-prompt
Browse files Browse the repository at this point in the history
Remove duplicate prompt
  • Loading branch information
PavelHolec authored Nov 18, 2024
2 parents 80f35d8 + 33c4c9b commit 89cde2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Binary file modified Snapshots/iPhone/InputFieldTests/testInputFields.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Snapshots/iPhone/InputFieldTests/testInputFields.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Snapshots/iPhone/InputFieldTests/testInputFieldsPassword.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions Sources/Orbit/Components/InputField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ public struct InputField<Label: View, Prompt: View, Prefix: View, Suffix: View>:
} hint: {
prompt
}
.overlay(
resolvedPrompt,
alignment: .leadingFirstTextBaseline
)
}

@ViewBuilder private var secureTextRedactedButton: some View {
Expand Down

0 comments on commit 89cde2a

Please sign in to comment.