Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormElementValidation is referenced int he SDK in comments, but is not present #42

Open
drosenbauer opened this issue Oct 16, 2023 · 1 comment

Comments

@drosenbauer
Copy link

    /**
     * FormElementValidationsSet is a set of FormElementValidation items
     * @type {object}
     * @memberof FormElementBeta
     */
    'validations'?: object;

In schema type FormElementBeta. I would very much like to see what the options are!

@tyler-mairose-sp
Copy link
Member

Hello @drosenbauer! Good question

I see the following options when I look at the code:

"REQUIRED"
"MIN_LENGTH"
"MAX_LENGTH"
"REGEX"
"DATE"
"MAX_DATE"
"MIN_DATE"
"LESS_THAN_DATE"
"PHONE"
"EMAIL"
"DATA_SOURCE"
"TEXTAREA"

With that being said, I am not sure if they have been implemented quite yet. I couldn't find out how to set anything via the UI. I am going to talk to our engineering team and see how these can be used!

developer-relations-sp added a commit that referenced this issue Sep 13, 2024
NERRA-1556: Add group_strings to the GET user.yml file' by github action: 10853931982
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants