Ticket #113 (closed task: done)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by jdalbey

  • Owner set to jdalbey
  • Component changed from none to CPTMS

comment:2 Changed 7 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done

Fixed, about r350

Note: See TracTickets for help on using tickets.