Equalto validation in SC UI

The equalto validation (and other validations) is there in the UI for password fields but not other field types. Could they be added to those?

Equal / Not Equal to is available for text inputs. What other input types need it?

Aah, can it be for number inputs, too?

Why don’t you format both numbers to strings and then compare if they are equal?

1 Like

The field in the form needs to be a number field so you get the up/down arrows.

I mean when validating. Apply the format in the validation step, not in the form :slight_smile:

Yes, but that still doesn’t appear in the UI. This FR is to have Equal To and Not Equal To to be available in the validation for number fields like it is for text and password fields.

1 Like

I get you. Thanks for clarifying!

1 Like

Another idea. What if you keep it as a number in the form, post it as a formatted string, validate it in SC, format it back to a number and do your thing.,

Hmm, would much rather just have the same validation options that we have in text inputs. You can hard-code it easily, I just think the idea is for the UI to give you all those options.

1 Like