I have a pcf control that requires more than 100 characters of input on the config property but onfiguration properties of usage type input only accepts 100 characters. Already set the property-type to SingleLine.TextArea, also tried Multiple but still no luck. My temporary workaround is inspecting the input element then modifying the maxlenght to 1000. Aside from this, is there anything I can do?
Thanks!
Cheers
Hi @Kipetcoff ,
It is possible to extend the length as explained in several answers and the question itself, but the workarrounds are hard to explain to a customer who wants to use the PCFs.
A customer friendly workarround would be to use environment variables for longer strings.
Hopefuly this will be fixed soon.
Kind regards,
Diana
You can edit page in browser dev mode. Increase maxlenght. It will save value and next time you will see whole text inside
hi @jolake
any update on this topic? 🙂
I am having the same issue. My PCF control needs more than 100 characters of input in the config property, which currently I am not being able to.
@jolake any update on the internal bug, or when can we expect this to get resolved.
You are correct that this limitation is unnecessarily low. We have filed an internal bug (1485549) to investigate what the actual limit set on values here should be, so this process should be fixed in a future iteration to allow for a more reasonable limit.
In the meantime, your workaround is probably the best option short of manually updating the form definitions; please be wary that there may be limits to the size allowed my form configuration metadata that may also be hit with this solution if the value you are setting is very large.
That would be another work around, but the scenario I'm trying to achieve is when you don't have access to the data model and not allowed to add a field where it can be bound to. But anyways, thanks for your input @vigneshR.
As a workaround
When the text is too long more than 100 words why don't you bind a value to a field Instead of the static value.
Regards
Vignesh.R
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1