mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 21:44:12 +00:00 
			
		
		
		
	Improve usability
This commit is contained in:
		
							parent
							
								
									bc243c1ea3
								
							
						
					
					
						commit
						42525bb12a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -11,7 +11,7 @@ | ||||||
| 			<div class="body" v-if="text" v-html="text"></div> | 			<div class="body" v-if="text" v-html="text"></div> | ||||||
| 			<ui-input v-if="input" v-model="inputValue" autofocus :type="input.type || 'text'" :placeholder="input.placeholder" @keydown="onInputKeydown"></ui-input> | 			<ui-input v-if="input" v-model="inputValue" autofocus :type="input.type || 'text'" :placeholder="input.placeholder" @keydown="onInputKeydown"></ui-input> | ||||||
| 			<ui-input v-if="user" v-model="userInputValue" autofocus @keydown="onInputKeydown"><template #prefix>@</template></ui-input> | 			<ui-input v-if="user" v-model="userInputValue" autofocus @keydown="onInputKeydown"><template #prefix>@</template></ui-input> | ||||||
| 			<ui-select v-if="select" v-model="selectedValue"> | 			<ui-select v-if="select" v-model="selectedValue" autofocus> | ||||||
| 				<option v-for="item in select.items" :value="item.value">{{ item.text }}</option> | 				<option v-for="item in select.items" :value="item.value">{{ item.text }}</option> | ||||||
| 			</ui-select> | 			</ui-select> | ||||||
| 			<ui-horizon-group no-grow class="buttons fit-bottom" v-if="!splash"> | 			<ui-horizon-group no-grow class="buttons fit-bottom" v-if="!splash"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue