htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
MIT License
3.96k stars 263 forks source link

Advance select with search not working #349

Closed PriyanshIotWiz closed 2 months ago

PriyanshIotWiz commented 2 months ago

ProductList = [ { ProductName: 'Bag', Price: $20 }, { ProductName: 'Phone', Price: $200 }, { ProductName: 'Watch', Price: $200 } ]

this my code in sveltekit latest version and preline 2.1.0 version

jahaganiev commented 2 months ago

Please provide source code via Stackblitz or similar services. Thanks!