Add `maxlength` to registration reason input (#33162)
This commit is contained in:
		
							parent
							
								
									30c2a6c01c
								
							
						
					
					
						commit
						7420f59f76
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue