Modal Fields
Can modal input fields (eg text input) be autofilled AND made view only?
7 Replies
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?
oo i didnt think of that
what's the text display components?
idk is that right
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