Add binding onSet demo #37

Merged
lambdaclan merged 15 commits from binding-reactor-demo into main 2024-07-04 21:46:17 +02:00
Showing only changes of commit 8011ceeaf3 - Show all commits

View File

@ -79,7 +79,7 @@ struct PasswordCheckerDemo: View {
var view: Body {
VStack {
FormSection("Password Checker") {
FormSection("") {
Form {
EntryRow("Password", text: $password)
}