How can I know a text length for a TextEditBox, thank you.
2 answers
Hi Barush,
So far the TextEditBox does not have a property for the text length yet, we will add it in the future version.
Meanwhile there is a workaround. Since the {TextEditBox_1.value} property is a string in Javascript, you can use its “length” attribute to get the text length. See the example below:
The “inputTextLength” property should be defined as number.
This question is now closed