Hello together,
i am searching for the best way how to deactivate keyboard for example in a “RichTextField”.
My aim is to deactivate the keyboard after a certain value of entered digits arrived (value.length), to set a limit cap.
- deactivating all keyboard-keys except the “back-Space”-button.
Is this possible?
1 Like
Hi @russian-dima !
You were wondering how to set a limit of digits for the richTextBox right?
I found the corvid documentation that Sets or gets the maximum number of characters that can be entered in rich text box.
https://www.wix.com/corvid/reference/$w.RichTextBox.html#maxLength
I couldn’t find anything else on the internet, too - sorry.
~Hope this helps!~
Arthur 
Hello Arthur,
well done my friedn!!! You found exatctly what i needed!
I was searching for solutions, and it was already there xDDDD.
TOP! Big thanks for your research!
You improve your skills day by day. Top! Keep it like that!