Hi, forum followers
Is there any possibility to add a maskedfield in searching conditions?
On the above screen the field “Ubicacio” has the following mask:
<maskedField id=“ubicacioIdField” property=“ubicacioId” mask=“U-##-#”
Is it possible to assign this input mask to this field on the search criteria?
Hi,
Unfortunately, generic filter component doesn’t allow you to use masked fields.
You can add your own filtering components to the screen instead of generic filter. An example is here.