Posts by Israel Gomes • 39 points
7 posts
-
-1
votes1
answer45
viewsQ: Put 24hrs format in ngx-material-timepicker
Good morning, I’m trying to put this Picker team in 24-hour format, but I was unsuccessful, someone who has used, would know how ? Thank you! Docs: Documentation…
-
0
votes1
answer67
viewsQ: Ionic time Picker Usability
Good evening guys, I’m trying to implement this Picker date in Ionic, but it’s not working. Has anyone ever used it ? Or does anyone know a 24-hour format? Link:…
-
2
votes1
answer465
viewsQ: Putting a start time in Input date
Good afternoon, could you start the input date field with the time already filled ? in case I wanted to start with 23:59 and the date field to start same normal. Thank you
-
0
votes1
answer470
viewsQ: Formgroup does not work on Ionic 4
Good evening guys, I tried to use formgroup on Ionic 4 and it didn’t work, in service I use Ionic 3 and it worked normal, changed something ? Thanks.
ionicasked Israel Gomes 39 -
0
votes3
answers41
viewsA: Check checked items and apply logic
Solved! I first put a for to scan the checked inputs, inside this for have two more Fors, one to put the None display and the other in the initial state, inside each for there is one more check to…
-
0
votes3
answers41
viewsA: Check checked items and apply logic
I managed, but it generated another problem, when none is selected it works correctly, but when I select only one it applies the logic to all. function bloquearAcesso(){ let inputs =…
-
0
votes3
answers41
viewsQ: Check checked items and apply logic
Good morning, I’m studying javascript and I came across a problem: I created a logic where I provide two buttons, one to free access that when clicked is on the screen only the check icon, and the…