getkirby / ideas

This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
https://feedback.getkirby.com
20 stars 0 forks source link

Textare field: option to disable `autosize` #314

Open GiantCrocodile opened 5 years ago

GiantCrocodile commented 5 years ago

Describe the bug It would be nice if textarea fields are scrollable and draggable as described in this post: https://forum.getkirby.com/t/textarea-field-no-scrolling-no-draggable-size/14508

To Reproduce Steps to reproduce the behavior:

fields:
  text:
    label: Text
    type: textarea
    size: large
    required: true

Expected behavior The browser's default behaviour for textarea input fields should be kept: It would be nice to be able to drag textarea fields regarding height and width and to be able to scroll inside them to prevent big textarea fields to become very large. I think this behaviour is overwritten by accident. If the input field is too large, you have to scroll the page anyway to see the whole content of the textarea field. Maybe this should be a customizable/configurable feature - I'm not sure.

Kirby Version Kirby v3.2.0 rc2

bastianallgeier commented 5 years ago

It's not overwritten by accident. We even have a js autosize plugin which handles that. But I agree that there should be the option to switch it off.