-
Notifications
You must be signed in to change notification settings - Fork 1
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
MPDX-8304 Next Action autoselected #1149
Conversation
Preview branch generated at https://MPDX-8304-next-action.d3dytjb8adxkk5.amplifyapp.com |
Bundle sizes [mpdx-react]Compared against 4f9c22b No significant changes found |
Great catch with the uncontrolled inputs! Here's another one that should probably change in <ActivityTypeAutocomplete
options={nextActions}
value={nextAction || undefined} // <------
label={t('Next Action')}
onChange={(nextAction) =>
setFieldValue('nextAction', nextAction)
}
activityTypes={activityTypes}
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I'm excited to have this feature back!
@caleballdrin Besides my suggestions for fixing the lint error, this looks good! |
Description
https://jira.cru.org/secure/RapidBoard.jspa?rapidView=3&view=detail&selectedIssue=MPDX-8304&sprint=1282#
Checklist: