MODALS - check all fields?
I have a situation where modals are submitted even tho some fields are empty.
Is there a way to promt the user to fill all answers?
4 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
you can use
.setRequired(true)
where exactly?
Documentation suggestion for @mulon: TextInputComponent#setRequired()
Sets the text input component to be required for modal submission