65 wizard validation error message#100
Conversation
… on to logic (t.s) for questions
…ypos and made it interactive
| .name { | ||
| font-size: 30px; | ||
| } | ||
| .section { |
There was a problem hiding this comment.
These profile style updates should be in their own commit. I'll allow it this one time, but your issues/pr should be separate going forward.
| light: #f4f4f4, | ||
| dark: #222 | ||
| ); | ||
| // $alert-min-width: ( |
There was a problem hiding this comment.
If you test out styles and they don't work, it's best not to pollute a global file with it. This is relatively small change, so we can take it out but just keep that in mind for the future.
|
Thanks for getting this to me for review. I think the best course of action would be for everyone on the team to look at it the issue you're facing together and we can tackle it. It would also be a good teachable moment. I would say be prepared to talk about the challenges you faced and things you tried to remedy the issue. Good effort though, seems like you made progress. 👍 |
#65 I did major layout and style modifications to both demo slides and questionnaire. I also spend a good amount of time on the questions, I set up the main logic for the question cards and the radio alert. I am satisfied by the way the questions are organized and displayed. However, I was having a hard time validating the radio alerts since it is not in the template, I only call the radio alert in an a tag, but it does not have an input tag so validating it with form group is impossible, i think. To make it worse, some questions are required only if they meet a condition, so I was trying to make the required attribute in the template interactive, but couldn't. And I also tried to make the "Validators.required" parameter interactive by using "Validators["string variable"], but it did not work.