Hi,
can someone tell me if multi-line input field is possible to do with
markaby?
If I use input tag like so:
input type: ‘textarea’, name: ‘testing’, value: @testform.testing
I can only set the length of the field by providing the size: attribute.
If I use textarea tag like so:
textarea @testform.testing
it only make sense for displaying the value.
I’d like to accomplish multi-line input field.
Can it be done?
regards,
seba