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

Feature: Input elements with type="email" and multiple attributes should return an array of strings #97

Closed
what1s1ove opened this issue Dec 10, 2023 · 0 comments · Fixed by #115
Assignees
Labels

Comments

@what1s1ove
Copy link
Owner

what1s1ove commented Dec 10, 2023

Brief description

Regarding the documentation, the multiple attribute can be added to input with type="email attribute.

<input type="email" name="emails">
<script>
  const formControlPayload = getFormControlPayload(document.querySelector('input'))
  // => Array<string>
</script>

Freeform description field

No response

@what1s1ove what1s1ove self-assigned this Dec 10, 2023
@what1s1ove what1s1ove changed the title Feature: input with type="email" and multiple attributes should return an array of strings Feature: Input elements with type="email" and multiple attributes should return an array of strings Dec 10, 2023
@what1s1ove what1s1ove linked a pull request Dec 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant