enter only uppercase letters

enter only uppercase letters

rrzavaletarrzavaleta Posts: 78Questions: 52Answers: 2

Hi, I need to capture the bubble and the inputs of datata editor , uppercase letters only without . This means that even if you type in the lowercase keyboard the busbuja the pass to uppercase , how is it done?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,757Questions: 1Answers: 10,111 Site admin
    Answer ✓

    If you are using the PHP libraries, then I would suggest using a setFormatter (see the documentation) and transform the submitted text with a simple closure that called uppercase().

    Allan

  • rrzavaletarrzavaleta Posts: 78Questions: 52Answers: 2

    THX ALLAN

This discussion has been closed.