Whether automatic line-breaking occurs depends on the 'type of characters composing the field value.' The line-breaking rules for field values with different character types are below:
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 within 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 in the string and the position of full-width symbols exceeds the field width, a line break will occur at the full-width symbols. |
Composed of full-width symbols | Line breaks will occur based on the field width. |
Please refer to the image below for a preview of the default line-breaking.
The line-breaking mechanism mentioned above is determined by the browser, not by Ragic.