thaw-ui / thaw

An easy to use leptos component library
https://thawui.vercel.app
MIT License
206 stars 21 forks source link

AutoCompleteOption : Allow label to be any type that impl IntoView #198

Closed heyjul closed 1 month ago

heyjul commented 1 month ago

Hi, I don't know if it is something that you may want but I needed to personalize the options of an autocomplete so I made this change. At first glance, It should not do any breaking changes.