RFR: 8335547: Support multi-line prompt text for TextArea
Ziad El Midaoui
zelmidaoui at openjdk.org
Tue Mar 18 15:43:15 UTC 2025
On Wed, 19 Feb 2025 16:50:02 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:
> Added multi line prompt support for TextArea this will provide the ability to have multiple lines in textArea as expected,
> Also fixed tests to meet the new changes
I did test the mentioned line separators without filtering and the new lines are not rendered as newlines, so there is no need to add filtering for other line separators as they are already handled by default.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1716#issuecomment-2733728218
More information about the openjfx-dev
mailing list