APEX_ITEM.textarea with character count in a SQL Report
This seems like a simple question but where is the function to have APEX draw the textarea but with a maximum number of characters from within a SQL report.
I am building a parameter entry form but the number of parameters is dynamic so my best option was to use a SQL based report. I have looked though the APEX_ITEM package and found the textarea function but there is no options to draw the version of it that limits character count. Is there a way to have it draw that textarea instead of the unlimited one. In my case I have a length limit that I must enforce.