Posts by Fernanda Guimaraes • 47 points
4 posts
-
-2
votes1
answer92
viewsQ: Calculate birthday date in typescritp
I’m developing a freelance system for a college job and I’m having trouble calculating date. I have a date field (for date selection) and another blocked label that will bring the result (age )…
-
2
votes1
answer360
viewsQ: Make input mandatory based on previous input
Guys who can help me, I appreciate. I have some reactive fields in my code, they become mandatory or not based on the previous field, my code is like this <div class="ui-g-12 ui-md-4">…
-
-1
votes1
answer33
viewsQ: How to assemble a reactive fomulario through an input radio?
You guys can help me? I built a radio component and depending on the value of it will be rendered a new form, follow my HTML <div class="ui-g-12 ui-md-4 center-zone"> <msp-radio-group…
-
1
votes1
answer47
viewsQ: how to disable or enable input text through a reactive radio input
I’m calling this way in html <div class="ui-g-12 ui-md-4 center-zone"> <input-radio id="controle" theme="boolean" label="tem controle?" (click)="valueSelect($event)"></input-radio>…