Posts by Isac Bandeira • 11 points
4 posts
-
0
votes0
answers38
viewsQ: Flutter - Dropdown<List> from SQFLITE Database - No List on screen, only after hot-Reload
Guys, I have this problem and I don’t know how to fix it. I have a method list await, but my screen does not wait to load the list to list, only when I update with hot-Reload, the screen works. My…
-
-1
votes1
answer27
viewsQ: Laravel 8 - bootstrapswitch - Change output before sending to Bank
Next people I’m new to Laravel and I’m half crazy with that kkk Help I am sending a Form to my Database and using a bootstrapswitch checkbox. Follow my INPUT: <div class="col-md-12 col-xs-12">…
-
0
votes1
answer36
viewsA: Validation Unique PUT and POST UNIQUE in REQUEST Laravel
I was able to solve my problem! As I imagined when running the validation in Rules in the UNIQUE field it only does a task or ignores or assigns! In this case he was just ignoring the ID when he was…
-
-1
votes1
answer36
viewsQ: Validation Unique PUT and POST UNIQUE in REQUEST Laravel
I have a problem validating the Unique field. My problem before was q if I was going to update the value I didn’t edit, because I was accusing q the value was Japanese, I solved it, but now it…