Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler authored May 9, 2022
2 parents 8fc36b9 + 1094eaf commit f6b7e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,10 @@ dependencies {

For the default input sheet use it as following:

InputSheet()).show(context) {
InputSheet().show(context) {
title("Short survey")
with(InputEditText {
required())
required()
label("Your favorite TV-Show")
hint("The Mandalorian, ...")
validationListener { value -> } // Add custom validation logic
Expand Down

0 comments on commit f6b7e95

Please sign in to comment.