Forum Discussion
SalomDesanges-c
7 years agoCommunity Member
Storyline text entry : All caps/Uppercase
Hi there !
I am working on a project with a lot of Text Entries, many of them are product references (which are written in capital letter only). I know how to use the == (ignore case) condition t...
TaniaFerrario
6 years agoCommunity Member
Hi Salomé,
I don't know if you still need to find a solution.
In a course I had the same need, to automatically show in capitalized letters what the user typed in a text entry field, while he was typing.
I solved it by executing this javascript when timeline starts:
$('input[type="text"]').css('text-transform','uppercase')
Hope it can help you!
Ciao,
Tania
Related Content
- 10 years ago
- 9 months ago
- 10 months ago