Hi All,
I am working with ADF input text components (af:inputText
) and need to implement a multi-line text input feature where users can insert line breaks (like pressing Shift + Enter) to move to the next line. Currently, the component treats all input as a single line, even if the user tries to insert a line break.
Example Use Case:
A user types:
Hello World [Shift+Enter]
This should be on the next line.
Expected Output:
Hello World
This should be on the next line.
Studio Edition Version 12.2.1.4.0
Purpose: Desiging the NLP based screens in oracle adf