My app uses Quickdialog to create a form for the user. Now i have created an QEnteryElement with an title and placeholder. But when an user types an text that is longer than one line the text with hide behind the title.
So how do i create an 'QEnteryElement' with multiple lines with a height that is lock to like say 200.
`QEnteryElement.height = 200 //works for the height`
And scrolling in that field and return is enabled.
And yes i now of the QMulitilineElement, but this uses a new viewcontroller to enter the text and this is not in style with the app.