Documentation infers there is a format setting that would let me restrict the number of digits and sign in a Kinetic product configurator numeric box. Very easy to do in Classic configurator, even has wizard to help, but for the life of me I have not been able to find it in Kinetic. I have opened a ticket but haven’t heard back yet. In case I am user impaired in finding it figured I’d ask.
On a text box I can use the validating event to limit it but then I need to convert it to a number to use it for my purpose. Just a reminder the Product Configurator designer isn’t pure Application Studio so if a format property or other property exists in regular application studio no guarantee that it exists in Product Configurator Designer.
Sorry , I mistyped the word “find” and should have said “do” and didn’t give more context on what I tried. There is the format page but it doesn’t appear to do anything. Tried any number of combinations of values but doesn’t seem to make a difference. You still can enter a many digits as you want. If it did work not sure how I would restrict input to only positive numbers.
I seem to be miss typing AND not seeing things today. I passed by the first part where it had the max and minimum settings and got into the sub style page.
So I am getting closer.
I can set min and max now but can’t seem to suppress decimals. I am looking for integers only.
If I set the limit to 1000 that keeps them from exceeding 1000 but I can enter 999.99 when I only what them to be able to enter 999
On the format page I set the minimum and maximum fraction digits to 0 but that doesn’t seem to make a difference.
Its possible I am on a newer version, but this combination seems to do what you want to me:
The decimals on the property input give the impression it won’t do what you want, but when I tested, it does seem to limit it to integers 999 and below.
Must be a version issue. I can limit the min and max but sames settings as you still lets me enter decimals. No negatives which is part of the goal.
A behavior likely tied to the step if you set the max limit to 1000 and type in 9999 it will turn into 1000 or 7777 turns into 1000. Not sure that is a desirable result if someone just hits one too many numbers. For example they want to enter 555 but hit 5555 now they have 1000 and might not notice the change.