From 1094eaf6768928fd2d81d0d531b465eedb6a4798 Mon Sep 17 00:00:00 2001 From: Joysankar Majumdar <63878173+JoyMajumdar2001@users.noreply.github.com> Date: Thu, 5 May 2022 23:44:29 +0530 Subject: [PATCH] Fixed Input Sheet typo code error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b0cf8cb..a8f393c5 100644 --- a/README.md +++ b/README.md @@ -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