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

[BI-683, BI-678, BI-670] - Numerical, Text, Duration scale forms #61

Merged
merged 2 commits into from
Dec 14, 2020

Conversation

ctucker3
Copy link
Contributor

@ctucker3 ctucker3 commented Dec 7, 2020

Based off other PR, BI-671 so will include extra file changes.


this.trait!.scale!.decimalPlaces = undefined;
this.trait!.scale!.validValueMin = undefined;
this.trait!.scale!.validValueMax = undefined;
this.trait!.scale!.dataType = value;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to pay too much attention to this method. It changes in the next PR to add the scale history.

v-bind:field-name="'Minimum Valid Value'"
v-bind:value="validMin"
v-on:input="$emit('min-change', $event)"
v-bind:field-help="'Numbers only. Decimals ok.'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When it comes to brapi, have an issue plantbreeding/BrAPI#450 open for min/max which would be relevant to decimals here. I guess more of a note that we'll have to deal with that when we get there.

@ctucker3 ctucker3 merged commit d7be67e into develop Dec 14, 2020
@ctucker3 ctucker3 deleted the feature/BI-683 branch December 14, 2020 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants