closed
Public

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.

#1

Thank you a lot for your quick reply and the workround sounds great.

Have nice day.

#2

This question is now closed