fix: make fonts list searchable
This commit is contained in:
		
							parent
							
								
									5a11820199
								
							
						
					
					
						commit
						53e306b096
					
				@ -57,6 +57,7 @@ const fonts = ['1Row', '3-D', '3D Diagonal', '3D-ASCII', '3x5', '4Max', '5 Line
 | 
				
			|||||||
          label-position="top"
 | 
					          label-position="top"
 | 
				
			||||||
          label="Font:"
 | 
					          label="Font:"
 | 
				
			||||||
          :options="fonts"
 | 
					          :options="fonts"
 | 
				
			||||||
 | 
					          searchable="true"
 | 
				
			||||||
          placeholder="Select font to use"
 | 
					          placeholder="Select font to use"
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
      </n-gi>
 | 
					      </n-gi>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user