Possibility to make wmio text fields more practical

Hello,

Is there an existing way for making “settings dialog” easier to work with, especially for text input.

The possibility to make error while editing input such “endpoint” below is quite important.

  • Faulty mapping (in red) can be easily missed
  • Reading or editing the whole parameter requires to use an external text editor …

I had a look to run some javascript on the fly (directly in the console) for altering input[“text”] into textarea but without much success (especially when there was a mapping reference).

$('input[type="text"]').each(function () {
    var textbox = $(document.createElement('textarea'));
    $(this).replaceWith(textbox);
});
2 Likes

Hi @camous ,
It would be great if you can raise the Idea request on our portal.
Our Product management team will review it and decide.

Regards
Vikash Sharma

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.