Add `maxlength` to registration reason input (#33162)

pull/33170/head
Matt Jankowski 4 months ago committed by GitHub
parent 30c2a6c01c
commit 7420f59f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,6 +62,7 @@
as: :text,
hint: false,
label: false,
input_html: { maxlength: UserInviteRequest::TEXT_SIZE_LIMIT },
required: Setting.require_invite_text,
wrapper: :with_block_label

Loading…
Cancel
Save