Skip to content

Instantly share code, notes, and snippets.

@Akryum
Created April 14, 2025 15:50
Show Gist options
  • Save Akryum/ba7e2009307bfe11489b61521a16f768 to your computer and use it in GitHub Desktop.
Save Akryum/ba7e2009307bfe11489b61521a16f768 to your computer and use it in GitHub Desktop.
  • value-attribute -> value-key
  • option-attribute -> label-key
  • search-attributes -> filterFields
  • :searchable-placeholder="$t('common.searchPlaceholder')" ->
  • useShortcuts
  • searchInput.value.input.focus() -> searchInput.value.inputRef?.focus()
  • Select slot: #label -> #default
  • Input -> add class="w-full"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment