-
Improvement
-
Resolution: Unresolved
-
Minor
-
Active Choices plugin v1.4
The current Input Text Box is limited in several ways.
- The text box is too small to display most messages.
- The text box is not editable
- The value is not passed to the build
As a result, I rarely use this return type. I opt for a formatted HTML Input Text return type that is larger, editable and can be returned to the build.I think that we should enhance the Input Text Box option to deliver the functionality of the Formatted HTML Input Text without the user having to format the HTML return string and click on the Advanced Option-'Omit Value Field'
Hi Ioannis,
Agree with your points. I had opened Eclipse to quickly fix and push this change, then I realized that for some reason I had made the input box readonly... here's where it gets interesting![](/images/icons/emoticons/smile.png)
The value is hidden. An HTML element, with the value. We can omit that element, and then specify our own value.
Right now the behavior for that element is the following:
Changing the element style to be bigger, and editable; the other HTML element with the value would still be the one dictating what is the parameter value. Unless the user chose to omit the value.
I think that could be misleading to users. They would have an editable-by-default element, that is not really working as expected (by default we do not omit the value).
Any thoughts or alternative suggestions?