-
Notifications
You must be signed in to change notification settings - Fork 36
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Update default forms with new form attributes #1254
Comments
Is there any documentation that includes all of the new forms capabilities that we can share? |
That's the one I linked above - https://github.com/specify/specify7/wiki/Form-System Of those, here are the new additions: |
Conditional forms and other great features should be included in the future by default. |
The Agent form should be updated with the 7 conditional form system instead of the one used in 6 |
Begin addressing in 688e4dc |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
For numeric fields, it may make sense to constrain min, max and step (https://github.com/specify/specify7/wiki/Form-System#:~:text=min%20(positive%20integer%2C%20optional))
For example,
min=0
makes sense forPreparation.countAmt
Could also set default value for some fields
The text was updated successfully, but these errors were encountered: