Is there a control that contains a Textbox with a Lable so that it appears as follows when you click inside it and start typing so that the Lable is above

Screenshot_12

No, there is no such component at the moment.

Are you looking for the label to be listed above the textbox?

If So, you can simply add another row and column above the row containing the textbox and set the bottom margin until you get the desired height.

Also can make the textbox transparent and set the bottom margin to negative (i used -40px) to get the following effect...

We will introduce something similar soon.