fix: search autocomplete off
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
        prepend-inner-icon='mdi-magnify'
 | 
			
		||||
        :loading='searchIsLoading'
 | 
			
		||||
        @keyup.enter='searchEnter'
 | 
			
		||||
        autocomplete='off'
 | 
			
		||||
        autocomplete='none'
 | 
			
		||||
      )
 | 
			
		||||
    v-layout(row)
 | 
			
		||||
      v-flex(xs5, md4)
 | 
			
		||||
@@ -68,7 +68,7 @@
 | 
			
		||||
                @blur='searchBlur'
 | 
			
		||||
                @keyup.down='searchMove(`down`)'
 | 
			
		||||
                @keyup.up='searchMove(`up`)'
 | 
			
		||||
                autocomplete='off'
 | 
			
		||||
                autocomplete='none'
 | 
			
		||||
              )
 | 
			
		||||
            v-tooltip(bottom)
 | 
			
		||||
              template(v-slot:activator='{ on }')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user