Posts by Leonardo Maier • 13 points
2 posts
-
0
votes4
answers903
viewsA: Validation of Inputs with javascript
There is an easier resolution to this situation, how to use the required in the component options, similar to this: <input type="text" placeholder="Modelo" id="modelo" class="form-control"…
-
1
votes1
answer102
viewsQ: How to filter a list using the same parameter with two different values?
I’m implementing a motion filter where you can choose the parameter on which the filter should be based (for example: Date, Species, User) and when choosing any of these parameters, you can choose…