Hi, Here is my problem. I have a control where I am typing in a message. I want to provide a shortcut option for users, so they can optionally select precanned message snippets. I created a shortcuts table and populated it with sentences. I created a select field on my control. It pulls values from the DB table with no problem. I will use ajax to put the selected sentence into an editable field so they can finalize the message.
That all works no problem. The issue I have is that the sentences are long and it is forcing my whole control to grow super wide. Is there a way to wrap text that is in the selectable options? I can’t seem to make this happen.
Thanks,
Jamie