matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS

Home Page:https://smeltejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextField does not pass autocomplete attribute to input

nacardin opened this issue · comments

I would like to be able to set autocomplete on the input of a TextField, however the autocomplete prop is not being passed to the input. It seems to be used to determine whether to add the select class, I don't understand why it does this. I believe the fix is to remove the autocomplete prop export and let it propagate to the input.