This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
emailInputType should support multiple
attribute, similar to ngList #6032
Open
Description
The HTML5 standard gives email inputs a multiple attribute, which causes multiple emails to be parsed, and causes HTML5 constraint validation to behave differently. It would be good to be able to use ngList-ish behaviour using the proper HTML5 attribute.
It's maybe just a kind of nice thing to add