Last active
April 27, 2017 17:23
-
-
Save Uriel29/c6129a8a628f5eecb8eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//deixar caixa alta em um campo do seblod. | |
//basta colar isso em Custom Attributes do seu campo. | |
onkeyup="javascript:this.value=this.value.toUpperCase();" | |
onkeyup="javascript:this.value=this.value.toLowerCase();" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment