santia2c's avatar
santia2c
Regular Visitor
8 years ago
Status:
New Idea

Triggers: Remove 255 Character Limit on all input boxes

While attempting to add the path to a script as a first parameter to a trigger and all the needed arguments I noticed that all input boxes are limited to 255 characters. This limit is not allowing me to create complex triggers and offer robust solutions to practical issues for my users.

 

Please remove the 255 character limitation on all input boxes within the "Triggers" page.

 

Here is an HTML code fragment showing the limitation as seen with Internet Explorer Developer Tools.

 

 

<th>Parameters:</th>

<td>

<input name="triggerArgs1" class="PlainText x-form-text x-form-field" id="triggerArgs1" onchange="wizardConfirmNavigate = true;" type="text" size="60" maxlength="255" value="">

</td>

No CommentsBe the first to comment