Display Full Attribute value of Text Attribute in JET UI
Summary:
Display Full Attribute value of Text Attribute in JET UI
Content (required):
Display Full Attribute value of Text Attribute in JET UI.
We have created a Text Attribute of Maximum allowed length of 255.
In XML it is showing full value
<opportunityName_t>
<![CDATA[ abcdefghijklmnopqrstuvwxyz1 abcdefghijklmnopqrstuvwxyz2 abcdefghijklmnopqrstuvwxyz3 abcdefghijklmnopqrstuvwxyz4 abcdefghijklmnopqrstuvwxyz5 abcdefghijklmnopqrstuvwxyz6 abcdefghijklmnopqrstuvwxyz7 abcdefghijklmnopqrstuvwxyz8 abcdefghijklmnopqrstuvwxyz9 ]]>
</opportunityName_t>
But in JET UI
It is showing only upto 105 char with scroll bar also. Is this expected behavior.
Is it possible to show full value without scrollbar and wrap using css or any js
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):