Can I change the size of an input text

I want the default text box to be a bit bigger, can I do something like:

{% input custom.the_namespace.the_key as:text size:100 %}

I know the user can resize it, but can it be larger by default?

Hi @ronald_groot_RSF

Unfortunately that is not possible. As soon as the user enters text in the text box which requires more space and saves it, the text box will resize itself automatically.

I thought as much, but figured it was worth a shot. Thanks for the reply @Kimberly_Vlietinck