Skip to content

Commit

Permalink
Fixed Input Sheet typo code error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMajumdar2001 authored May 5, 2022
1 parent e1dde52 commit 1094eaf
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 1094eaf

Please sign in to comment.