Thought this would be easy but has proven to be perplexing. I’m trying to increase the number of rows displayed in a control() select list. I was hoping it would be an option something like using rows=> in a textarea() but no such luck.
Looks like the default is 4 rows. Any way to increase this?
As a test, I did try using the ‘rows’ option with no luck. Your example looks like it’s defining a text area which the rows option does work for. A simple example of what I’m trying to do is:
It’s not really a Cake specific thing. It’s one of many HTML attributes that can be put on things. Anything that Cake doesn’t have a specific knowledge of, it just passes through unchanged.