Line break in dcc.input text

Is it possible for the text input within a dcc.input component to have line breaks?

I have set the dcc.input to be a large box, but all the text that was written into it continues horizontally within the input box.

I have taken a look at https://dash.plot.ly/dash-core-components/input but cldnt find anything about it.

Ty

You’re looking for dcc.Textarea - https://dash.plot.ly/dash-core-components/textarea

1 Like