I just created a new template and some of the single line fields are larger than other fields and show a scroll bar. Why would this happen, and how can I fix it?
None of the fields are set up as multi value:
I am on version11 (11.0.2302.22)
I just created a new template and some of the single line fields are larger than other fields and show a scroll bar. Why would this happen, and how can I fix it?
None of the fields are set up as multi value:
I am on version11 (11.0.2302.22)
By design, text fields that have a width of 50 and higher will display a multi-lined text area as it anticipates the potential of text wrapping. Note that this does not make the field "multi-valued" which is a separate field property.
The display size of the field is based on the Width property. Once the width reaches a certain point it switches to the multiline with the scrolling capability so it can fit the data.
Got - thank you both for the feedback. I have reduced the field width on these, and everything looks good now.