UiPath apps textbox, no input mask in UI, as well as no min-length, max-length properties or regex

Hello,
In Apps ( VB expressions ) I want my textbox to have a max length.
In the vb expression i can see the property MaxLength but i don’t know how to modify it.

I’ve seen in documentation as well as youtube videos they have " input mask "
also field to set min length, max length and regex.

I don’t have all these possibilities, how to enable them ?

Thanks for your help !

Me :
image

Official documentation:
image

@Matt67,

You should be using Textbox - Text to get Input mask option.

I think you are using Textbox Number which don’t have input mask option.

UiPathApp

Thanks,
Ashok :slight_smile:

Hey Thanks for your answer.

Also to help other people, I will explain how do I solve this.

Your answer helped me trying again, but component I used was a Textbox text but I think an “older” one. I’ve created a template a few months ago that i duplicate each time I want a new app ( to have same layout, designs… and save time ) and I think component has been updated recently, so I’ve just needed to drag & drop textbox again to unlock these features :slight_smile:

@Matt67,

Glad I’m able to help. please mark my answer as solution.

Thanks,
Ashok :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.