modmore / ClientConfig

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
https://docs.modmore.com/en/Open_Source/ClientConfig/index.html
MIT License
28 stars 27 forks source link

Make it possible to set height for the text area field #172

Closed Ruslan-Aleev closed 4 years ago

Ruslan-Aleev commented 5 years ago

Summary

It would be useful if the height of the field could be set for the text area field.

Now the height is very small, see the picture below:

textarea

Of course, you can use the "editor" field type, but they do not always work correctly - https://github.com/modmore/ClientConfig/issues/102

Mark-H commented 5 years ago

Would it be acceptable if it were just always bigger?

Or perhaps grows with the content?

Ruslan-Aleev commented 5 years ago

It’s better to initially make the field a larger in height (2,5x times, for example) + grows with the content :)

Ruslan-Aleev commented 4 years ago

@Mark-H why did you close this issue? Will there be a solution in the future?

Mark-H commented 4 years ago

Yeah, made it larger and autogrowing in upcoming 2.3. Just haven't pushed the code yet. :)

Ruslan-Aleev commented 4 years ago

Nice, thanks a lot!