Posts by Humberto Martins • 31 points
2 posts
-
0
votes1
answer62
viewsQ: How to remove Textfield edge?
I’m making an autocomplete, it works perfectly, but it adds this edge on the input, I already used border.None, enabledBorder: Inputborder.None, among other things and I’m not able to remove. If…
-
-1
votes1
answer46
viewsQ: filter cities by state in Laravel with Javascript?
I have a city and a state camp, I would like when click on the field and select a certain state, in the city options appear only the cities related to that specific state. it is in my local…