Leave a comment
20 comments on InputMask Class for MooTools
Sean McArthur posted on 26th August 2009
Indeed very nice. Good job guys.
How about automatically deleting the added in characters?
Like if I type 1030 (turns into 10:30), when I delete 30, the next backspace would remove the : automatically and let me delete 10. Did that even make sense?
How about automatically deleting the added in characters?
Like if I type 1030 (turns into 10:30), when I delete 30, the next backspace would remove the : automatically and let me delete 10. Did that even make sense?
Fábio M. Costa posted on 26th August 2009
Yo zilenCe! It's nice to see a link for the moomeiomask plugin, besides the fact you don't like my style :(. I have to tell you that the plugin was small and clean but then started to grow in a bad way.
I'm actually working on a new version for it, from scratch. As you can see there, there's no documentation and it doesn't work so well (you can type 29 for the hour as you mentioned).
I can see some great ideas on your code. I'll talk to you later about the new version.
Congratulations, great plugin.
I'm actually working on a new version for it, from scratch. As you can see there, there's no documentation and it doesn't work so well (you can type 29 for the hour as you mentioned).
I can see some great ideas on your code. I'll talk to you later about the new version.
Congratulations, great plugin.
chrisdrackett posted on 26th August 2009
It would be nice on the second example, instead of not taking input of 2-9 for the first character, to take it and automatically lead it with a 0. This way the user isn't frustrated that the field isn't taking their input.