Whether automatic line-breaking occurs depends on "the type of characters composing the field value". This behavior is determined by the browser, not by Ragic.
Below are the line-break rules for different character types:
Composition of Field Value Characters | Line-breaking Rules |
---|---|
Composed of numbers, English letters, or half-width symbols | If there are no spaces, line breaks will not occur based on the field width; if there are spaces in the string and the space position exceeds the field width, a line break will occur at the space. |
Composed of numbers, English letters, or half-width symbols + full-width symbols | Line breaks will occur at spaces; if there are no spaces and the position of a full-width symbol exceeds the field width, a line break will occur at the full-width symbol. |
Composed entirely of full-width symbols | Line breaks will occur based on the field width. |
Refer to the image below to preview the default line-breaking behavior for different character combinations.