mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	Feature: Update design for web widget (#408)
This commit is contained in:
		 Nithin David Thomas
					Nithin David Thomas
				
			
				
					committed by
					
						 Pranav Raj S
						Pranav Raj S
					
				
			
			
				
	
			
			
			 Pranav Raj S
						Pranav Raj S
					
				
			
						parent
						
							655c585358
						
					
				
				
					commit
					7cf19e0b52
				
			| @@ -1,14 +1,21 @@ | ||||
| <template> | ||||
|   <textarea | ||||
|     class="form-input user-message-input" | ||||
|     :placeholder="placeholder" | ||||
|     :value="value" | ||||
|     @input="$emit('input', $event.target.value)" | ||||
|   /> | ||||
|   <resizable-textarea> | ||||
|     <textarea | ||||
|       class="form-input user-message-input" | ||||
|       :placeholder="placeholder" | ||||
|       :value="value" | ||||
|       @input="$emit('input', $event.target.value)" | ||||
|     /> | ||||
|   </resizable-textarea> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| import ResizableTextarea from 'widget/components/ResizableTextarea.vue'; | ||||
|  | ||||
| export default { | ||||
|   components: { | ||||
|     ResizableTextarea, | ||||
|   }, | ||||
|   props: { | ||||
|     placeholder: String, | ||||
|     value: String, | ||||
| @@ -24,5 +31,6 @@ export default { | ||||
|   border: 0; | ||||
|   height: $space-large; | ||||
|   resize: none; | ||||
|   padding-top: $space-small; | ||||
| } | ||||
| </style> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user