nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Change the biography (aka Write about yourself) field in Sign Up form to have textarea of height 3 rows #31

Closed nbkhope closed 1 month ago

nbkhope commented 2 months ago

Change the textarea for biography to show by default 3 rows of height.

You can accomplish this passing the rows attribute to <textarea> with the count of 3.

karlasanc commented 1 month ago

can help with this one