Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

add an option to choose input type (e.g "email") #140

Closed
boillodmanuel opened this issue May 5, 2014 · 1 comment
Closed

add an option to choose input type (e.g "email") #140

boillodmanuel opened this issue May 5, 2014 · 1 comment

Comments

@boillodmanuel
Copy link

When an input type is set, angular validation does not bind the input value with the model, so it will be considered in the fix.

boillodmanuel pushed a commit to boillodmanuel/ngTagsInput that referenced this issue May 5, 2014
boillodmanuel pushed a commit to boillodmanuel/ngTagsInput that referenced this issue May 5, 2014
…eftoverText' validity when a tag is added)
vp-pguyard added a commit to vecteur-plus/ngTagsInput that referenced this issue May 5, 2014
add an option to choose input type (e.g "email") mbenford#140 (fix 'leftoverText...
boillodmanuel pushed a commit to boillodmanuel/ngTagsInput that referenced this issue May 6, 2014
@Arkkimaagi
Copy link

Hey, we came across this too as we need this system to work with iOS keyboard nicely. The input type email sets the proper keyboard in iOS (and probably others) so that users do not have to look for the @ symbol.

Having the input type as an parameter helps a great deal and simply put is a no brainer as it degrades nicely to input type text in older browsers.

We also came across this validation problem and I came here looking for the solution to it.

Thank you @boillodmanuel for this patch, I really do hope that this fix gets merged asap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants