Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
Set the id to something containing a period character and it will break the component.
It starts closing the dropdown before the clicked-on element is selected and it will close the dropdown when you click on the scrollbar.
These character are legal html5 characters and necessary part of our application:
'_'
, '-'
and '.'
may cause compatibility problems, as they weren't allowed in HTML 4. Though this restriction has been lifted in HTML5, an ID should start with a letter for compatibility.