We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Then the text of an option is to long the checkmark icon size is to small
<template> <ThemeSwitcher /> <div class="card flex justify-center"> <Listbox multiple checkmark :highlightOnSelect="false" v-model="selectedCity" :options="cities" filter optionLabel="name" class="w-full md:w-56" /> </div> </template> <script setup> import { ref } from 'vue'; const selectedCity = ref(); const cities = ref([ { name: 'New York the place to live or not it depends', code: 'NY' }, { name: 'Rome', code: 'RM' }, { name: 'London', code: 'LDN' }, { name: 'Istanbul', code: 'IST' }, { name: 'Paris', code: 'PRS' }, ]); </script>
No response
https://stackblitz.com/edit/8b9nurqm?file=src%2FApp.vue
stackblitz
3.2.45
4.2.5
add an option with long label
same checkbox size for all options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Then the text of an option is to long the checkmark icon size is to small
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/8b9nurqm?file=src%2FApp.vue
Environment
stackblitz
Vue version
3.2.45
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
add an option with long label
Expected behavior
same checkbox size for all options
The text was updated successfully, but these errors were encountered: