Wrapping word when long text is entered in inputText tag
I have a inputText tag as belowWhen some long text is entered horizontal scroll bar appears.
If you want to achieve word wrap and avoid horizontal scroll bar on a input text with long text, you can add inline style tag to input like below text .
inlineStyle="white-space: pre-wrap; word-wrap:break-word; display:inline-block;"
Thank you very very much, it works :)
ReplyDelete