Integer fields in modals #5805
Unanswered
Yasser-A420
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why?
I am currently using message content intent for my bot, but I would like to transition away from it. Currently, I have an interactive menu where users can select a requirement and then enter a numerical value in chat. However, I am considering moving away from this for several reasons. One concern is that modals, which is the alternative to message content intent, only allow for text input. If a user mistakenly enters text instead of a number, or does so intentionally as a form of disruption, I cannot simply pop up another modal to correct the issue. Instead, I would need to show the user a button to reopen the modal, but I cannot force them to click on it or to input a valid number on their second try. So I am requesting that you please add number input fields for modals
Beta Was this translation helpful? Give feedback.
All reactions