Computer Science, asked by ashutoshkumar560, 4 months ago

differentiate between singal line and multi line text input.​

Answers

Answered by ssuresh1984
4

Answer:

It is basically an extension of the UI.InputField so I would expect the same behavior as for a normal input field where you can find the option as UI.InputField.LineType

SingleLine

Only allows 1 line to be entered. Has horizontal scrolling and no word wrap. Pressing enter will submit the InputField.

MultiLineSubmit

Is a multiline InputField with vertical scrolling and overflow. Pressing the return key will submit.

MultiLineNewline

Is a multiline InputField with vertical scrolling and overflow. Pressing the return key will insert a new line character.

Explanation:

i hope it is helpful for you

Similar questions