Autocomplete TextInput
Is it possible to suggest something for the text input?
https://discord.js.org/docs/packages/discord.js/14.15.2/TextInputBuilder:Class
discord.js
discord.js
discord.js is a powerful Node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.
Solution:Jump to solution
There is autocomplete for command options but that's it. It doesn't exist for text input components.
5 Replies
what do you mean "suggest"?
they meant an autofill
yes that's what i meant
autofill
or something like auto complete for commands
Solution
There is autocomplete for command options but that's it. It doesn't exist for text input components.
you could prefill the text with something or add a place holder