Modal Fields

Can modal input fields (eg text input) be autofilled AND made view only?
7 Replies
d.js toolkit
d.js toolkit4w ago
monbrey
monbrey4w ago
No, you can't disable the text input fields But you can just use text display components in modals now so Why not use those?
NP
NPOP4w ago
oo i didnt think of that what's the text display components?
NP
NPOP4w ago
idk is that right
duck
duck4w ago
that is the ComponentType enum on which you can access ComponentType.TextDisplay, yes if you're using raw objects, you can use that like other components, there's the builder TextDisplayBuilder if that's what you were looking for
d.js docs
d.js docs4w ago
:class: TextDisplayBuilder discord.js@14.24.0

Did you find this page helpful?