enhancement
It would be desirable to be able to configure the ACE Code Editor with a minimum of `a` and a maximum of `b` lines so that it initially displays exactly `a` lines.
The code editor's viewport then expands with each additional line until a maximum of b lines are visible. After that, the size remains fixed, and the user can scroll.
Example
The code editor shown here is configured with a minimum of 1 line and a maximum of 5 lines.
Initially, the following input field is displayed:
As content is added, the editor expands up to 5 lines. The result is:
If you now add more lines, the editor’s size remains unchanged:
Test
No test.