Ticket #113 (closed task: done)
CMS and HAR message input should be upper case.
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Low | Milestone: | May 2019 Training |
| Component: | CPTMS | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
The edit message dialogs for CMS and HAR messages should be modified so that whatever the user types it appears in the input field as upper case.
Here's a possible implementation:
You can simply addoninput="this.value = this.value.toUpperCase()"in your<input>tag and it will instantly convert any input in your input field to Uppercase.
Change History
Note: See
TracTickets for help on using
tickets.
