FloatingLabelTextFieldSwiftUI
FloatingLabelTextFieldSwiftUI copied to clipboard
Floating Label TextField for SwiftUI. FloatingLabelTextFieldSwiftUI
Hi, it doesn't look possible to have both my own TextFieldStyle and .isSecureTextEntry Thank you. Philippe.
How can i give accessibilityIdentifier to text field, because if i add accessibilityIdentifier to FloatingLabelTextField it did not work with UI Test Case Example: ``` FloatingLabelTextField($firstName, placeholder: "First Name", editingChanged:...
Thanks for the great package. Unfortunately due to your use of `.frame(... maxHeight: .infinity ...)`, the view tries to grab the maximum of space, which means e.g., in a `VBox`,...
Is there any possibility to show the error message to display below the textfield instead of replacing the placeholder text
hi, the validtion Checker variable is being changed to false when not passing the validation but not becoming true when it passes it the error label is not showing but...
In the example, how would you make it work if the mobile number where an Integer instead of a String?
Title doesn't move outside text field after editing was started if text field is inside other view.
I'd like to inform user if text field remains empty after button tap. For example, using placeholder color.