enter only uppercase letters
enter only uppercase letters
rrzavaleta
Posts: 78Questions: 52Answers: 2
in Editor
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
This discussion has been closed.
Answers
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 calleduppercase()
.Allan
THX ALLAN