fix: try to prevent autocomplete for emoji search (#8798)
This commit is contained in:
		
							parent
							
								
									0fa2a52fac
								
							
						
					
					
						commit
						4800dd06e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<div class="omfetrab" :class="['s' + size, 'w' + width, 'h' + height, { asDrawer }]" :style="{ maxHeight: maxHeight ? maxHeight + 'px' : undefined }">
 | 
					<div class="omfetrab" :class="['s' + size, 'w' + width, 'h' + height, { asDrawer }]" :style="{ maxHeight: maxHeight ? maxHeight + 'px' : undefined }">
 | 
				
			||||||
	<input ref="search" v-model.trim="q" class="search" data-prevent-emoji-insert :class="{ filled: q != null && q != '' }" :placeholder="i18n.ts.search" @paste.stop="paste" @keyup.enter="done()">
 | 
						<input ref="search" v-model.trim="q" class="search" data-prevent-emoji-insert :class="{ filled: q != null && q != '' }" :placeholder="i18n.ts.search" type="search" @paste.stop="paste" @keyup.enter="done()">
 | 
				
			||||||
	<div ref="emojis" class="emojis">
 | 
						<div ref="emojis" class="emojis">
 | 
				
			||||||
		<section class="result">
 | 
							<section class="result">
 | 
				
			||||||
			<div v-if="searchResultCustom.length > 0">
 | 
								<div v-if="searchResultCustom.length > 0">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue