Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the autocomplete modifier accept an enum #165

Merged
merged 4 commits into from
Dec 31, 2024

Conversation

mattesmohr
Copy link
Member

The autocomplete attribute is actually an enumerated attribute. However, the unique aspect here is that the attribute also allows a list of values. Therefore the modifier should accept either an enum or a set of options.

Input()
   .autocomplete(.off)

Input()
   .autocomplete([.name, .givenName])

@mattesmohr mattesmohr marked this pull request as ready for review December 30, 2024 21:24
@mattesmohr mattesmohr merged commit dc2b315 into main Dec 31, 2024
1 check passed
@mattesmohr mattesmohr deleted the fix-autocomplete-attribute branch December 31, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant