Writer field: any easy way for counter and maxlenght validation?

hi guys. i was wondering why the writer field does not have the maxlenght option (including counter), since this would be very useful in many scenarios. is there a way to activate it quickly? i was checking the component (WriterField.vue) and saw it had :counter="false", so i tried to change it in the build from

counter:!1
to
counter:!0

but with no success. i guess that would have been toooo easy.

any help is greatly appreciated!!!

I don’t think so.

Not a guy, though.

ok, darn. so maybe a β€œlonger” version? wouldnt mind making a build myself but i have no clue on where to start to adapt the component and i am not familiar with VUE, just started learning a bit after the blocks and layouts were introduced. even just adding the counter would be a great help, the validation is not 100% necessary in that case.

anyone any ideas on how to solve this?

the project is pretty much done, it had to stay like it was. nonetheless i would greatly appreciate it if you have further information on how one could make changes to the writer to make at least make one or the other work (word count or maxlength validation/warning).