In the same way as my previous post, what is the maximum length of the text property ?
I read a QrCode can accept 4296 alphanumeric characters. However, when the text reach 2285, the QrCode disappeared.
It seems linked to : TMSFNCWXQRCode and the caracter double quote (") where the result of the result of
The maximum length is determined by the underlying library, but unfortunately the limits are not documented. The error messages when passing a text longer than allowed indicate the following:
Interestingly just by passing some lorem ipsum generated text to the component, we were able to enocode strings little bit more than the limit, so this limit might also depend on what kind of text is being passed to it.