Closed kubastick closed 10 months ago
What does it mean to specify own textInputAction? Does this mean that when you write
input("Enter your name:")
that it will allow the user to enter text as an input and then continue with the rest of the code?
@dhust I think it's meant to specify the soft keyboard action button
What does it mean to specify own textInputAction? Does this mean that when you write
input("Enter your name:")
that it will allow the user to enter text as an input and then continue with the rest of the code?