How to add javascript or jquery to a collection in the back end? #10960
-
Hello, Is there a way to add a function on the back end? I have a textarea in a collection where the height needs to adjusted based on how much text is in the box. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
akhrarovsaid
Feb 3, 2025
Replies: 1 comment 1 reply
-
Hey @openbayou, So, generally, for these kinds of customizations you'd want to use custom components to build the specific features you require. A custom field component on a field with type 'textarea' would work here. However In this particular case, a PR was recently merged to handle this exact use-case. It should be released in the next version I think (3.21.0)! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
openbayou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @openbayou,
So, generally, for these kinds of customizations you'd want to use custom components to build the specific features you require. A custom field component on a field with type 'textarea' would work here. However In this particular case, a PR was recently merged to handle this exact use-case. It should be released in the next version I think (3.21.0)!