Skip to content

Instantly share code, notes, and snippets.

@Uriel29
Last active April 27, 2017 17:23
Show Gist options
  • Save Uriel29/c6129a8a628f5eecb8eb to your computer and use it in GitHub Desktop.
Save Uriel29/c6129a8a628f5eecb8eb to your computer and use it in GitHub Desktop.
//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