Hi everybody,
In a form I have a TYPE_AHEAD field with a form variable as dataprovider, with no format and linked to a value list. This value list is made of values of type “Sevoy Seq” (from one column) which are returned to the dataprovider.
I have 2 problems with this field:
- When I type a number >=1000 it inserts automatically a ‘,’ for the thousands. E.g. 2948 will become 2,948. 8548456 will become 8,548,456
- The drop download list is not working normally. When you start to type a number in the field it doesn’t filter it.
I already have fields like this one which display only numbers and they behave normally. The only difference I can see is that they are not displaying value of type “Servoy Seq”