You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I would like to be able to set
autocomplete
on the input of aTextField
, however theautocomplete
prop is not being passed to the input. It seems to be used to determine whether to add theselect
class, I don't understand why it does this. I believe the fix is to remove theautocomplete
prop export and let it propagate to the input.The text was updated successfully, but these errors were encountered: